summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2020-02-17 05:38:00 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2020-02-17 05:38:00 +0900
commitf2f0799df1a8a265e6f50791a62a492123051630 (patch)
tree652b5f1cc67c98d748943becc782b36dde67e0ef /src
parenti18n (diff)
downloadmisskey-f2f0799df1a8a265e6f50791a62a492123051630.tar.gz
misskey-f2f0799df1a8a265e6f50791a62a492123051630.tar.bz2
misskey-f2f0799df1a8a265e6f50791a62a492123051630.zip
Update app.vue
Diffstat (limited to 'src')
-rw-r--r--src/client/app.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app.vue b/src/client/app.vue
index 82e118a8b6..4228cf9b09 100644
--- a/src/client/app.vue
+++ b/src/client/app.vue
@@ -380,7 +380,7 @@ export default Vue.extend({
avatar: this.$store.state.i,
}, {
type: 'link',
- text: this.$t('settings'),
+ text: this.$t('accountSettings'),
to: '/my/settings',
icon: faCog,
}, null, ...accountItems, {