diff --git a/src/client/app/desktop/views/components/settings.vue b/src/client/app/desktop/views/components/settings.vue index 9510752f7b..6652a8ac37 100644 --- a/src/client/app/desktop/views/components/settings.vue +++ b/src/client/app/desktop/views/components/settings.vue @@ -20,7 +20,7 @@

%i18n:@behaviour%

- %i18n:@fetch-on-scroll-desc% @@ -167,7 +167,7 @@
%i18n:@update-settings% - %i18n:@prevent-update-desc%
@@ -371,13 +371,13 @@ export default Vue.extend({ this.latestVersion = newer; if (newer == null) { (this as any).apis.dialog({ - title: '%i18n:@no-updates%', - text: '%i18n:@no-updates-desc%' + title: '%i18n:!@no-updates%', + text: '%i18n:!@no-updates-desc%' }); } else { (this as any).apis.dialog({ - title: '%i18n:@update-available%', - text: '%i18n:@update-available-desc%' + title: '%i18n:!@update-available%', + text: '%i18n:!@update-available-desc%' }); } }); @@ -385,8 +385,8 @@ export default Vue.extend({ clean() { localStorage.clear(); (this as any).apis.dialog({ - title: '%i18n:@cache-cleared%', - text: '%i18n:@caache-cleared-desc%' + title: '%i18n:!@cache-cleared%', + text: '%i18n:!@caache-cleared-desc%' }); }, soundTest() {