rebranding

This commit is contained in:
fyears
2021-12-04 01:21:15 +08:00
parent 68ec8b5454
commit 2f20ca61ce
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -66,7 +66,7 @@ export default class RemotelySavePlugin extends Plugin {
syncStatus: SyncStatusType;
async onload() {
console.log("loading plugin obsidian-remotely-save");
console.log("loading plugin remotely-save");
await this.loadSettings();
@@ -190,7 +190,7 @@ export default class RemotelySavePlugin extends Plugin {
}
onunload() {
console.log("unloading plugin obsidian-remotely-save");
console.log("unloading plugin remotely-save");
this.destroyDBs();
}
@@ -599,7 +599,7 @@ class RemotelySaveSettingTab extends PluginSettingTab {
cls: "dropbox-disclaimer",
});
dropboxDiv.createEl("p", {
text: "We will create a folder Apps/obsidian-remotely-save on your Dropbox. All files/folders sync would happen inside this folder.",
text: "We will create a folder Apps/remotely-save on your Dropbox. All files/folders sync would happen inside this folder.",
});
const dropboxSelectAuthDiv = dropboxDiv.createDiv();