rebranding
This commit is contained in:
+3
-3
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user