diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2024-08-15 22:41:18 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2024-08-15 22:41:18 +0200 |
commit | 7fb97f07c1f6e3818edf8651d26d9600849e5521 (patch) | |
tree | d7479a3e3794393e7f5bd390198ce21130158f2a /src/app/js | |
parent | 9c97e16b85a55cb770d74fa7e44d338a3ad9ce88 (diff) | |
download | Viper-7fb97f07c1f6e3818edf8651d26d9600849e5521.tar.gz Viper-7fb97f07c1f6e3818edf8651d26d9600849e5521.zip |
chore: remove installing translation description
its a bit redundant since the title already states that we are installing
Diffstat (limited to 'src/app/js')
-rw-r--r-- | src/app/js/mods.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/js/mods.js b/src/app/js/mods.js index 326b8b9..2408548 100644 --- a/src/app/js/mods.js +++ b/src/app/js/mods.js @@ -354,7 +354,7 @@ ipcRenderer.on("protocol-install-mod", async (event, data) => { timeout: 3000, scheme: "info", title: lang("gui.mods.installing"), - description: lang("gui.toast.desc.installing") + " " + package_obj.full_name + description: package_obj.full_name }) mods.install_from_url( |