Skip to content

Commit 1b36dae

Browse files
authored
Merge pull request #8892 from nextcloud/enh/vfs-text
style(file-provider): improve text displayed when user resets virtual files setup.
2 parents ee70057 + c268c48 commit 1b36dae

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/gui/macOS/fileprovidersettingscontroller_mac.mm

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

215215
if (setEnabled && showInformationDialog) {
216-
QMessageBox::information(nullptr,
217-
tr("macOS virtual files enabled"),
218-
tr("Virtual files have been enabled for this account.\n"
219-
"Files are accessible in Finder via an entry under the \"Locations\" section.\n"
220-
"Please note that on macOS, virtual and classic sync folders are separate.\n"));
216+
QMessageBox::information(nullptr, tr("Virtual files enabled"),
217+
tr("Virtual files have been enabled for this account.\n\n"
218+
"Your files are now accessible in Finder under the \"Locations\" section."));
221219
}
222220
}
223221
}

0 commit comments

Comments
 (0)