diff --git a/Moonlight/App/Services/Interop/AlertService.cs b/Moonlight/App/Services/Interop/AlertService.cs index 7e6bcb25..24a15fa4 100644 --- a/Moonlight/App/Services/Interop/AlertService.cs +++ b/Moonlight/App/Services/Interop/AlertService.cs @@ -110,7 +110,7 @@ public class AlertService var input = await Text( SmartTranslateService.Translate("Confirm"), - SmartTranslateService.Translate($"{i1} + {i2} ="), + $"{i1} + {i2} =", "" );