This commit is contained in:
fyears 2021-12-04 01:11:17 +08:00
parent 62936c4473
commit 2bbbd569c5

View File

@ -599,7 +599,7 @@ class RemotelySaveSettingTab extends PluginSettingTab {
cls: "dropbox-disclaimer",
});
dropboxDiv.createEl("p", {
text: "We will create a folder App/obsidian-remotely-save on your Dropbox. All files/folders sync would happen inside this folder.",
text: "We will create a folder Apps/obsidian-remotely-save on your Dropbox. All files/folders sync would happen inside this folder.",
});
const dropboxSelectAuthDiv = dropboxDiv.createDiv();