mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
style(file-provider): improve text displayed when user resets virtual files setup.
Shorten it, removed unecessary information. Signed-off-by: Camila Ayres <hello@camilasan.com>
This commit is contained in:
parent
265385dc62
commit
2e30e19bff
@ -372,11 +372,9 @@ void FileProviderSettingsController::setVfsEnabledForAccount(const QString &user
|
||||
emit vfsEnabledAccountsChanged();
|
||||
|
||||
if (setEnabled && showInformationDialog) {
|
||||
QMessageBox::information(nullptr,
|
||||
tr("macOS virtual files enabled"),
|
||||
tr("Virtual files have been enabled for this account.\n"
|
||||
"Files are accessible in Finder via an entry under the \"Locations\" section.\n"
|
||||
"Please note that on macOS, virtual and classic sync folders are separate.\n"));
|
||||
QMessageBox::information(nullptr, tr("Virtual files enabled"),
|
||||
tr("Virtual files have been enabled for this account.\n\n"
|
||||
"Your files are now accessible in Finder under the \"Locations\" section."));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user