diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-17 03:19:27 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-17 03:19:27 +0900 |
| commit | 6c99c3210059ea65dad519796f1720ff0a126f45 (patch) | |
| tree | 318b03283ea8163fab3931e1d1a73012f9f26220 /src | |
| parent | ユーザー設定とクライアント設定を分離 (diff) | |
| download | misskey-6c99c3210059ea65dad519796f1720ff0a126f45.tar.gz misskey-6c99c3210059ea65dad519796f1720ff0a126f45.tar.bz2 misskey-6c99c3210059ea65dad519796f1720ff0a126f45.zip | |
i18n
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/pages/my-settings/index.vue | 2 | ||||
| -rw-r--r-- | src/client/pages/settings/index.vue | 2 |
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/> |