Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
budak7273 committed Sep 1, 2024
1 parent 6f65f8a commit f85a400
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 @@ -74,7 +74,7 @@
return {
icon: mdiLinkLock,
iconHover: mdiLinkLock,
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.'),
};
}
if (queuedInstall) {
Expand Down

0 comments on commit f85a400

Please sign in to comment.