Merge pull request #22036 from nextcloud/backport/21950/stable19
[stable19] Properly fetch translation for remote wipe confirmation dialog
This commit is contained in:
commit
98365780ca
|
@ -44,8 +44,8 @@ import AuthTokenSetupDialogue from './AuthTokenSetupDialogue'
|
||||||
const confirm = () => {
|
const confirm = () => {
|
||||||
return new Promise(resolve => {
|
return new Promise(resolve => {
|
||||||
OC.dialogs.confirm(
|
OC.dialogs.confirm(
|
||||||
t('core', 'Do you really want to wipe your data from this device?'),
|
t('settings', 'Do you really want to wipe your data from this device?'),
|
||||||
t('core', 'Confirm wipe'),
|
t('settings', 'Confirm wipe'),
|
||||||
resolve,
|
resolve,
|
||||||
true
|
true
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue