Skip to content

Commit c260116

Browse files
committed
Properly fetch translation for remote wipe confirmation dialog
Signed-off-by: Julius Härtl <jus@bitgrid.net>
1 parent 2520866 commit c260116

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/settings/src/components/AuthTokenSection.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ import AuthTokenSetupDialogue from './AuthTokenSetupDialogue'
4444
const confirm = () => {
4545
return new Promise(resolve => {
4646
OC.dialogs.confirm(
47-
t('core', 'Do you really want to wipe your data from this device?'),
48-
t('core', 'Confirm wipe'),
47+
t('settings', 'Do you really want to wipe your data from this device?'),
48+
t('settings', 'Confirm wipe'),
4949
resolve,
5050
true
5151
)

0 commit comments

Comments
 (0)