Skip to content

Commit

Permalink
Merge pull request #1541 from ebkr/folder-folder
Browse files Browse the repository at this point in the history
Typofix
  • Loading branch information
anttimaki authored Nov 11, 2024
2 parents 3df746e + c26f475 commit 265781c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/settings-components/SettingsView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ import CdnProvider from '../../providers/generic/connection/CdnProvider';
),
new SettingsRow(
'Locations',
'Change data folder folder',
'Change data folder',
'Change the folder where mods are stored for all games and profiles. The folder will not be deleted, and existing profiles will not carry across.',
async () => {
return PathResolver.ROOT;
Expand Down

0 comments on commit 265781c

Please sign in to comment.