mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 10:40:40 -04:00
Properly fetch translation for remote wipe confirmation dialog
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
73132b56d4
commit
7e08cb757b
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue