Skip to content

Commit f85a400

Browse files
committed
Fix typo
1 parent 6f65f8a commit f85a400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/lib/components/mods-list/ModsListItem.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
return {
7575
icon: mdiLinkLock,
7676
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.'),
77+
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.'),
7878
};
7979
}
8080
if (queuedInstall) {

0 commit comments

Comments
 (0)