diff --git a/src/pages/StatusPage.vue b/src/pages/StatusPage.vue
index 96823b970..d299e2090 100644
--- a/src/pages/StatusPage.vue
+++ b/src/pages/StatusPage.vue
@@ -63,8 +63,8 @@
-
@@ -168,7 +168,7 @@
-
+
@@ -744,7 +744,7 @@ export default {
this.updateUpdateTimer();
if (!localStorage.locale && this.config.defaultLocale) {
- this.$root.changeCurrentPageLang(this.config.defaultLocale)
+ this.$root.changeCurrentPageLang(this.config.defaultLocale);
}
}).catch( function (error) {
if (error.response.status === 404) {