diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2024-08-10 19:58:44 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2024-08-10 19:58:44 +0200 |
commit | 846b7c915e96402da4c3b12e1d02276b4f158634 (patch) | |
tree | 04c343b99e7b42a4c875790e3bfedbdd8e3a38e2 /src/modules | |
parent | 7f90d57abc197930ef4e4bfd65b83fdc5934d1d5 (diff) | |
download | Viper-846b7c915e96402da4c3b12e1d02276b4f158634.tar.gz Viper-846b7c915e96402da4c3b12e1d02276b4f158634.zip |
revert some localization changes
Diffstat (limited to 'src/modules')
-rw-r--r-- | src/modules/update.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/modules/update.js b/src/modules/update.js index c792217..7469e02 100644 --- a/src/modules/update.js +++ b/src/modules/update.js @@ -415,10 +415,6 @@ update.northstar = async (force_install) => { let description = lang("gui.toast.desc.unknown_error") + " (" + err.code + ")"; - if (err.code == "EACCES") { - description = lang("gui.toast.desc.permission_denied"); - } - win().toast({ scheme: "error", title: lang("gui.toast.title.failed"), |