1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-07 22:18:30 -04:00

i18n: preserve terms for 1.5 point releases

port 1.5

(cherry picked from commit 4200270b55)
This commit is contained in:
bbedward
2026-07-17 18:38:18 -04:00
committed by dms-ci[bot]
parent 85ebb402cb
commit e7b8196a4a
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;