From e25576fc431afaa7e337a9bc6e11e4cb3d328c30 Mon Sep 17 00:00:00 2001 From: Rob B Date: Tue, 31 Dec 2024 17:48:11 -0600 Subject: [PATCH] Update "installed as a dependency" help text Already updated on Tolgee re: https://discord.com/channels/555424930502541343/1036634533077979146/1323553969557209160 --- frontend/src/lib/components/mods-list/ModsListItem.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/components/mods-list/ModsListItem.svelte b/frontend/src/lib/components/mods-list/ModsListItem.svelte index 8d827b9..998b67d 100644 --- a/frontend/src/lib/components/mods-list/ModsListItem.svelte +++ b/frontend/src/lib/components/mods-list/ModsListItem.svelte @@ -85,7 +85,7 @@ return { icon: mdiLinkLock, iconHover: mdiLinkLock, - tooltip: $t('mod-list-item.dependency', 'This mod is installed as a dependency of another mod. It cannot be installed or removed on its own.'), + tooltip: $t('mod-list-item.dependency', 'This mod is already installed as a dependency of another mod. It cannot be (un)installed or removed on its own.'), }; } if (queuedInstall) {