mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 21:46:03 +03:00
Another account deletion wording update #3649
This commit is contained in:
parent
73785d0473
commit
344d3565f8
1 changed files with 1 additions and 1 deletions
|
@ -523,7 +523,7 @@ void AccountSettings::refreshSelectiveSyncStatus()
|
|||
void AccountSettings::slotDeleteAccount()
|
||||
{
|
||||
int ret = QMessageBox::question( this, tr("Confirm Account Delete"),
|
||||
tr("<p>Do you really want to delete the account <i>%1</i>?</p>"
|
||||
tr("<p>Do you really want to remove the connection to the account <i>%1</i>?</p>"
|
||||
"<p><b>Note:</b> This will <b>not</b> delete any files.</p>")
|
||||
.arg(_accountState->account()->displayName()),
|
||||
QMessageBox::Yes|QMessageBox::No );
|
||||
|
|
Loading…
Reference in a new issue