summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-04-15 06:21:19 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-04-15 06:21:19 +0900
commit7ced7db866851e62956d397b87f793f6d048a426 (patch)
tree94fcf0ba7c5a15b86f118e8e93138e98e97c7944 /src
parent:v: (diff)
downloadmisskey-7ced7db866851e62956d397b87f793f6d048a426.tar.gz
misskey-7ced7db866851e62956d397b87f793f6d048a426.tar.bz2
misskey-7ced7db866851e62956d397b87f793f6d048a426.zip
:pizza:
Diffstat (limited to 'src')
-rw-r--r--src/client/app/desktop/views/components/notifications.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/desktop/views/components/notifications.vue b/src/client/app/desktop/views/components/notifications.vue
index 9b1a66dde5..c1d4c561e8 100644
--- a/src/client/app/desktop/views/components/notifications.vue
+++ b/src/client/app/desktop/views/components/notifications.vue
@@ -95,7 +95,7 @@
<button class="more" :class="{ fetching: fetchingMoreNotifications }" v-if="moreNotifications" @click="fetchMoreNotifications" :disabled="fetchingMoreNotifications">
<template v-if="fetchingMoreNotifications">%fa:spinner .pulse .fw%</template>{{ fetchingMoreNotifications ? '%i18n:common.loading%' : '%i18n:@more%' }}
</button>
- <p class="empty" v-if="notifications.length == 0 && !fetching">ありません!</p>
+ <p class="empty" v-if="notifications.length == 0 && !fetching">%i18n:@empty%</p>
<p class="loading" v-if="fetching">%fa:spinner .pulse .fw%%i18n:common.loading%<mk-ellipsis/></p>
</div>
</template>