Update src/mixins/lang.js

This commit is contained in:
Wampie Driessen 2023-08-05 18:47:52 +02:00
parent 995b115d27
commit 24968f331b

View file

@ -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) {