Skip to content

Commit

Permalink
Update from suggestion on discord
Browse files Browse the repository at this point in the history
Already done in Tolgee
  • Loading branch information
budak7273 authored Jan 1, 2025
1 parent e25576f commit 4e0037b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/components/mods-list/ModsListItem.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
return {
icon: mdiLinkLock,
iconHover: mdiLinkLock,
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.'),
tooltip: $t('mod-list-item.dependency', 'This mod is already installed as a dependency of another mod. It cannot be uninstalled as long as other mods depend on it.'),
};
}
if (queuedInstall) {
Expand Down

0 comments on commit 4e0037b

Please sign in to comment.