Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Sep 5, 2024
1 parent 8443134 commit 3cb0e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tab-header-title.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export function TabHeaderTitle(props: {
{isUpdatingFeed || isUpdatingEntry ? (
<>
<ActivityIndicator />
<Text weight="bold">Loading...</Text>
<Text weight="bold">Updating...</Text>
</>
) : (
<Text weight="bold">{props.children}</Text>
Expand Down

0 comments on commit 3cb0e57

Please sign in to comment.