i18n: fix 'toast.internet.limited' transalation

This commit is contained in:
Aiser
2025-11-07 23:41:27 +08:00
parent a8bbf83410
commit 1058225d24
+1 -1
View File
@@ -313,7 +313,7 @@ Singleton {
Logger.i("Network", "Internet connectivity:", result)
if (result === "limited" || result === "portal") {
ToastService.showWarning(cachedLastConnected, "toast.internet.limited")
ToastService.showWarning(cachedLastConnected, I18n.tr("toast.internet.limited"))
} else {
scan()
}