diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-04-15 06:21:19 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-04-15 06:21:19 +0900 |
| commit | 7ced7db866851e62956d397b87f793f6d048a426 (patch) | |
| tree | 94fcf0ba7c5a15b86f118e8e93138e98e97c7944 /src | |
| parent | :v: (diff) | |
| download | misskey-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.vue | 2 |
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> |