Skip to content

Commit 848460f

Browse files
authored
Merge pull request #8979 from nextcloud/backport/8892/stable-4.0
[stable-4.0] style(file-provider): improve text displayed when user resets virtual files setup.
2 parents 370051d + 2978d88 commit 848460f

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

src/gui/macOS/fileprovidersettingscontroller_mac.mm

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -372,11 +372,9 @@ void initialCheck()
372372
emit vfsEnabledAccountsChanged();
373373

374374
if (setEnabled && showInformationDialog) {
375-
QMessageBox::information(nullptr,
376-
tr("macOS virtual files enabled"),
377-
tr("Virtual files have been enabled for this account.\n"
378-
"Files are accessible in Finder via an entry under the \"Locations\" section.\n"
379-
"Please note that on macOS, virtual and classic sync folders are separate.\n"));
375+
QMessageBox::information(nullptr, tr("Virtual files enabled"),
376+
tr("Virtual files have been enabled for this account.\n\n"
377+
"Your files are now accessible in Finder under the \"Locations\" section."));
380378
}
381379
}
382380
}

0 commit comments

Comments
 (0)