fixed english translation
Build Docker Image / Docker-Build (push) Successful in 3m10s
Build Docker Image / Clean-Registry (push) Successful in 6s

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-07-08 18:22:56 +02:00
parent 79195494cd
commit 3c249b3a08
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,4 +21,4 @@ export function t(key,args = {}){
}
for (var key of Object.keys(args)) set = set.replace(`{${key}}`,args[key]);
return set;
}
}