diff options
| author | kabo2468 <28654659+kabo2468@users.noreply.github.com> | 2019-05-11 21:43:08 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2019-05-11 21:43:08 +0900 |
| commit | 24c6dff3e40ec55f9727aa59995b63d81e9722b0 (patch) | |
| tree | 8ef28ea3e3a80400a7c40ff16340ec9d89a92583 /src | |
| parent | Update log.ts (diff) | |
| download | sharkey-24c6dff3e40ec55f9727aa59995b63d81e9722b0.tar.gz sharkey-24c6dff3e40ec55f9727aa59995b63d81e9722b0.tar.bz2 sharkey-24c6dff3e40ec55f9727aa59995b63d81e9722b0.zip | |
Fix #4875 (#4899)
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/common/views/components/settings/settings.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/app/common/views/components/settings/settings.vue b/src/client/app/common/views/components/settings/settings.vue index be2d7fce85..4d4cac0976 100644 --- a/src/client/app/common/views/components/settings/settings.vue +++ b/src/client/app/common/views/components/settings/settings.vue @@ -543,8 +543,8 @@ export default Vue.extend({ }); } else { this.$root.dialog({ - title: this.$t('update-available'), - text: this.$t('update-available-desc') + title: this.$t('@._settings.update-available'), + text: this.$t('@._settings.update-available-desc') }); } }); |