Skip to content

Commit a2a92c2

Browse files
committed
chore: lint
1 parent 4e69b6e commit a2a92c2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/i18n/lang/en.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export const en = {
1111
app: {
1212
appName: '[placeholder name]',
1313
loading: 'loading...',
14+
loadMore: 'load more',
1415
blueskyHandle: 'bluesky handle e.g. @alice.bsky.social',
1516
following: 'following',
1617
followers: 'followers',
@@ -105,6 +106,7 @@ export const en = {
105106
tabs: {
106107
all: 'all',
107108
mentions: 'mentions',
109+
grouped: 'grouped',
108110
},
109111
},
110112
messages: {

src/routes/notifications.lazy.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ function GroupedNotifications() {
122122
fetchNextPage();
123123
}}
124124
>
125-
load more
125+
{t('loadMore')}
126126
</Button>
127127
</div>
128128
);

0 commit comments

Comments
 (0)