From 6cbe319b80145af580c81d9e576d9b722cdea81f Mon Sep 17 00:00:00 2001 From: Volkor Date: Wed, 4 Dec 2024 02:02:25 +1100 Subject: [PATCH] remove a unneeded "the" --- .../features/SettingDialogue/ObsidianLiveSyncSettingTab.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/features/SettingDialogue/ObsidianLiveSyncSettingTab.ts b/src/modules/features/SettingDialogue/ObsidianLiveSyncSettingTab.ts index 26809ba..96c460a 100644 --- a/src/modules/features/SettingDialogue/ObsidianLiveSyncSettingTab.ts +++ b/src/modules/features/SettingDialogue/ObsidianLiveSyncSettingTab.ts @@ -954,7 +954,7 @@ Store only the settings. **Caution: This may lead to data corruption**; database void addPanel( paneEl, - "To setup the other devices", + "To setup other devices", undefined, visibleOnly(() => this.isConfiguredAs("isConfigured", true)) ).then((paneEl) => {