diff --git a/frontend/src/components/settings/UserForm.vue b/frontend/src/components/settings/UserForm.vue index 5355fc0d..ceda2c8d 100644 --- a/frontend/src/components/settings/UserForm.vue +++ b/frontend/src/components/settings/UserForm.vue @@ -56,7 +56,7 @@

- +

{{ $t("settings.rules") }}

diff --git a/frontend/src/stores/layout.ts b/frontend/src/stores/layout.ts index b3d7fc96..18c65408 100644 --- a/frontend/src/stores/layout.ts +++ b/frontend/src/stores/layout.ts @@ -39,7 +39,7 @@ export const useLayoutStore = defineStore("layout", { }, showError() { this.show = "error"; - console.error(' error') + console.error(" error"); }, showSuccess() { this.show = "success";