summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2020-02-17 03:19:27 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2020-02-17 03:19:27 +0900
commit6c99c3210059ea65dad519796f1720ff0a126f45 (patch)
tree318b03283ea8163fab3931e1d1a73012f9f26220 /src
parentユーザー設定とクライアント設定を分離 (diff)
downloadmisskey-6c99c3210059ea65dad519796f1720ff0a126f45.tar.gz
misskey-6c99c3210059ea65dad519796f1720ff0a126f45.tar.bz2
misskey-6c99c3210059ea65dad519796f1720ff0a126f45.zip
i18n
Diffstat (limited to 'src')
-rw-r--r--src/client/pages/my-settings/index.vue2
-rw-r--r--src/client/pages/settings/index.vue2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/client/pages/my-settings/index.vue b/src/client/pages/my-settings/index.vue
index 53f08785f2..65300fac83 100644
--- a/src/client/pages/my-settings/index.vue
+++ b/src/client/pages/my-settings/index.vue
@@ -1,7 +1,7 @@
<template>
<div>
<portal to="icon"><fa :icon="faCog"/></portal>
- <portal to="title">{{ $t('settings') }}</portal>
+ <portal to="title">{{ $t('accountSettings') }}</portal>
<x-profile-setting/>
<x-privacy-setting/>
diff --git a/src/client/pages/settings/index.vue b/src/client/pages/settings/index.vue
index 977a59bd8b..16efe79d09 100644
--- a/src/client/pages/settings/index.vue
+++ b/src/client/pages/settings/index.vue
@@ -1,7 +1,7 @@
<template>
<div>
<portal to="icon"><fa :icon="faCog"/></portal>
- <portal to="title">{{ $t('settings') }}</portal>
+ <portal to="title">{{ $t('clinetSettings') }}</portal>
<x-theme/>