Update AlertService.cs

This commit is contained in:
Marcel Baumgartner 2023-04-04 01:24:15 +02:00
parent bb7be3b820
commit 52bd991a72

View file

@ -110,7 +110,7 @@ public class AlertService
var input = await Text(
SmartTranslateService.Translate("Confirm"),
SmartTranslateService.Translate($"{i1} + {i2} ="),
$"{i1} + {i2} =",
""
);