Skip to content

Commit

Permalink
Update TweetList.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
walkiz2136 authored Jun 20, 2024
1 parent 4a3ef35 commit 71c5f60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/phone/src/apps/twitter/components/tweet/TweetList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ export function TweetList({ tweets }: { tweets: FormattedTweet[] }) {
<div
style={{ padding: '2rem', display: 'flex', justifyContent: 'center', color: '#64A5FD' }}
>
{t('MESSAGES.NEW_MESSAGE_GROUP_SUBMIT')}
{t('LOADING_TWEETS')}
</div>
);
} else {
return (
<div
style={{ padding: '2rem', display: 'flex', justifyContent: 'center', color: '#64A5FD' }}
>
{t('MESSAGES.NEW_MESSAGE_GROUP_SUBMIT')}
{t('NOTHING_TO_LOAD')}
</div>
);
}
Expand Down

0 comments on commit 71c5f60

Please sign in to comment.