translations within jscript
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user