From 24968f331b13d43282d42aa87c2c3ff9145ba521 Mon Sep 17 00:00:00 2001 From: Wampie Driessen <1059058+wampiedriessen@users.noreply.github.com> Date: Sat, 5 Aug 2023 18:47:52 +0200 Subject: [PATCH] Update src/mixins/lang.js --- src/mixins/lang.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mixins/lang.js b/src/mixins/lang.js index baa2af351..ef462272c 100644 --- a/src/mixins/lang.js +++ b/src/mixins/lang.js @@ -35,7 +35,7 @@ export default { setPageLocale(); }, /** - * Change the language for the current page (no localstore set) + * Change the language for the current page (no localstore set) * @param {string} lang Code of language to switch to. */ async changeCurrentPageLang(lang) {