Skip to content

Commit 7c79aae

Browse files
committed
Fix text on mark_all_as_read button
Signed-off-by: Harry Chen <[email protected]>
1 parent 783213c commit 7c79aae

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

src/constants/ui.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ export const SETTINGS_FUNC_LIST = [
153153
},
154154
{
155155
icon: <IconEnvelopeOpen />,
156-
name: msg`标记为已读`,
156+
name: msg`全部标记已读`,
157157
handler: (dispatch: AppDispatch) => {
158158
dispatch(markAllRead());
159159
},

src/locales/en.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ msgid "标记为未读"
131131
msgstr "Mark as unread"
132132

133133
#: src/components/ContentCard.tsx:174
134-
#: src/constants/ui.tsx:156
135134
msgid "标记为已读"
136135
msgstr "Mark as read"
137136

@@ -540,6 +539,10 @@ msgstr "Discussion"
540539
msgid "答疑"
541540
msgstr "Q&A"
542541

542+
#: src/constants/ui.tsx:156
543+
msgid "全部标记已读"
544+
msgstr "Mark all as read"
545+
543546
#: src/constants/ui.tsx:163
544547
msgid "手动刷新"
545548
msgstr "Refresh"

src/locales/zh.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ msgid "标记为未读"
131131
msgstr "标记为未读"
132132

133133
#: src/components/ContentCard.tsx:174
134-
#: src/constants/ui.tsx:156
135134
msgid "标记为已读"
136135
msgstr "标记为已读"
137136

@@ -540,6 +539,10 @@ msgstr "讨论"
540539
msgid "答疑"
541540
msgstr "答疑"
542541

542+
#: src/constants/ui.tsx:156
543+
msgid "全部标记已读"
544+
msgstr "全部标记已读"
545+
543546
#: src/constants/ui.tsx:163
544547
msgid "手动刷新"
545548
msgstr "手动刷新"

0 commit comments

Comments
 (0)