Fix default text

This commit is contained in:
2026-01-30 12:04:30 +01:00
parent 77216e6c2f
commit 824718fad0
2 changed files with 7 additions and 4 deletions
+1
View File
@@ -116,6 +116,7 @@ export default class Spot {
}
lang(sKey, asParams = []) {
if(sKey == '') return '';
if(typeof asParams !== 'object') asParams = [asParams];
var sLang = '';