Skip to content

Commit

Permalink
Fix capitalisation of Heroic in GlobalState.tsx
Browse files Browse the repository at this point in the history
I noticed it while translating.
  • Loading branch information
LenaWil authored Dec 28, 2024
1 parent d7e42b2 commit 5509d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/state/GlobalState.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ class GlobalState extends PureComponent<Props> {
title: t('box.reset-heroic.question.title', 'Reset Heroic'),
message: t(
'box.reset-heroic.question.message',
"Are you sure you want to reset Heroic? This will remove all Settings and Caching but won't remove your Installed games or your Epic credentials. Portable versions (AppImage, WinPortable, ...) of heroic needs to be restarted manually afterwards."
"Are you sure you want to reset Heroic? This will remove all Settings and Caching but won't remove your Installed games or your Epic credentials. Portable versions (AppImage, WinPortable, ...) of Heroic needs to be restarted manually afterwards."
),
buttons: [
{ text: t('box.yes'), onClick: window.api.resetHeroic },
Expand Down

0 comments on commit 5509d2b

Please sign in to comment.