diff --git a/swift_browser_ui_frontend/src/common/i18n.js b/swift_browser_ui_frontend/src/common/i18n.js index fd079ddbc..7d72bf254 100644 --- a/swift_browser_ui_frontend/src/common/i18n.js +++ b/swift_browser_ui_frontend/src/common/i18n.js @@ -6,4 +6,5 @@ import translations from "@/common/lang"; export const i18n = createI18n({ locale: getLangCookie(), messages: translations, + warnHtmlMessage: false, }); diff --git a/swift_browser_ui_frontend/src/components/BrowserMainNavbar.vue b/swift_browser_ui_frontend/src/components/BrowserMainNavbar.vue index f09a37b39..d4607d303 100644 --- a/swift_browser_ui_frontend/src/components/BrowserMainNavbar.vue +++ b/swift_browser_ui_frontend/src/components/BrowserMainNavbar.vue @@ -3,7 +3,7 @@