diff --git a/src/mixins/lang.js b/src/mixins/lang.js index ef462272c..b7eb6f3d8 100644 --- a/src/mixins/lang.js +++ b/src/mixins/lang.js @@ -34,7 +34,7 @@ export default { localStorage.locale = lang; setPageLocale(); }, - /** + /** * Change the language for the current page (no localstore set) * @param {string} lang Code of language to switch to. */