translations within jscript

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2026-04-11 20:00:42 +02:00
parent 39a9c32a81
commit 6c0225061a
4 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ class PetrolAction extends ActionBase {
ctx.fillStyle = '#888888';
ctx.font = '22px "Source Han Sans SC"';
ctx.fillText('Last Rised', 98, 143);
ctx.fillText(this.$UD.t('Last Rised'), 98, 143);
ctx.fillStyle = '#ff6b6b';
ctx.font = 'bold 30px "Source Han Sans SC"';
ctx.fillText(`${lastRised.toFixed(3)}`, 98, 168);