summaryrefslogtreecommitdiff
path: root/src/views/ProfileSettings/ProfileSettings.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/ProfileSettings/ProfileSettings.vue')
-rw-r--r--src/views/ProfileSettings/ProfileSettings.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/views/ProfileSettings/ProfileSettings.vue b/src/views/ProfileSettings/ProfileSettings.vue
index bfd47ca4..5d84ccef 100644
--- a/src/views/ProfileSettings/ProfileSettings.vue
+++ b/src/views/ProfileSettings/ProfileSettings.vue
@@ -227,7 +227,7 @@ export default {
localStorage.setItem('storedUtcDisplay', this.form.isUtcDisplay);
this.$store.commit('global/setUtcTime', this.form.isUtcDisplay);
this.successToast(
- this.$t('pageProfileSettings.toast.successUpdatingTimeZone')
+ this.$t('pageProfileSettings.toast.successUpdatingTimeZone'),
);
},
submitForm() {
@@ -259,7 +259,7 @@ export default {
.catch(() => {
this.$v.$reset();
this.errorToast(
- this.$t('pageProfileSettings.toast.wrongCredentials')
+ this.$t('pageProfileSettings.toast.wrongCredentials'),
);
});
},