diff options
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/> |