mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
i18n: fix 'toast.internet.limited' transalation
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user