We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f65f8a commit f85a400Copy full SHA for f85a400
frontend/src/lib/components/mods-list/ModsListItem.svelte
@@ -74,7 +74,7 @@
74
return {
75
icon: mdiLinkLock,
76
iconHover: mdiLinkLock,
77
- tooltip: $t('mod-list-item.dependency', 'This mod is installed a dependency of another mod. It cannot be installed or removed on its own.'),
+ 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.'),
78
};
79
}
80
if (queuedInstall) {
0 commit comments