Properly fetch translation for remote wipe confirmation dialog
Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
This commit is contained in:
committed by
npmbuildbot[bot]
parent
25208664b7
commit
afbee5eb59
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -44,8 +44,8 @@ import AuthTokenSetupDialogue from './AuthTokenSetupDialogue'
|
||||
const confirm = () => {
|
||||
return new Promise(resolve => {
|
||||
OC.dialogs.confirm(
|
||||
t('core', 'Do you really want to wipe your data from this device?'),
|
||||
t('core', 'Confirm wipe'),
|
||||
t('settings', 'Do you really want to wipe your data from this device?'),
|
||||
t('settings', 'Confirm wipe'),
|
||||
resolve,
|
||||
true
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user