This commit is contained in:
WBHarry 2026-07-19 12:16:19 +02:00
parent 274b99d8c6
commit 2b9e21bd53
5 changed files with 12 additions and 7 deletions

View file

@ -63,14 +63,14 @@ export const actionAutomationChoices = {
export const reloadChoices = {
off: {
id: 'off',
label: 'Don\'t Use'
label: 'DAGGERHEART.CONFIG.ReloadChoices.off.label'
},
button: {
id: 'button',
label: 'Use Button'
label: 'DAGGERHEART.CONFIG.ReloadChoices.button.label'
},
auto: {
id: 'auto',
label: 'Automatic'
label: 'DAGGERHEART.CONFIG.ReloadChoices.auto.label'
}
};