1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-01 19:18:28 -04:00

i18n: preserve terms for 1.5 point releases

port 1.5
This commit is contained in:
bbedward
2026-07-17 18:38:18 -04:00
parent c2c180d304
commit 4200270b55
4 changed files with 35 additions and 37 deletions
+1 -1
View File
@@ -604,7 +604,7 @@ Singleton {
let details = out;
if (err !== "")
details = details !== "" ? details + "\n\nstderr:\n" + err : "stderr:\n" + err;
ToastService.showInfo(I18n.tr("Authentication changes applied"), details, "", "auth-sync");
ToastService.showInfo(I18n.tr("Authentication changes applied."), details, "", "auth-sync");
root.detectAuthCapabilities();
root.finishAuthApply();
return;