summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints/notifications
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-08-29 06:59:43 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-08-29 06:59:43 +0900
commit2de8e8c35803d77af1d6eae78d619f9b57c86bd7 (patch)
tree61fd1f173e985faa939e9f8dbdc86cea7757d792 /src/server/api/endpoints/notifications
parentFix bug (diff)
downloadsharkey-2de8e8c35803d77af1d6eae78d619f9b57c86bd7.tar.gz
sharkey-2de8e8c35803d77af1d6eae78d619f9b57c86bd7.tar.bz2
sharkey-2de8e8c35803d77af1d6eae78d619f9b57c86bd7.zip
Fix bug
Diffstat (limited to 'src/server/api/endpoints/notifications')
-rw-r--r--src/server/api/endpoints/notifications/mark_all_as_read.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/api/endpoints/notifications/mark_all_as_read.ts b/src/server/api/endpoints/notifications/mark_all_as_read.ts
index a9875ebb01..e2bde777b3 100644
--- a/src/server/api/endpoints/notifications/mark_all_as_read.ts
+++ b/src/server/api/endpoints/notifications/mark_all_as_read.ts
@@ -4,8 +4,8 @@ import User, { ILocalUser } from '../../../../models/user';
export const meta = {
desc: {
- ja: '全ての通知を既読にします。',
- en: 'Mark all notifications as read.'
+ 'ja-JP': '全ての通知を既読にします。',
+ 'en-US': 'Mark all notifications as read.'
},
requireCredential: true,