diff --git a/src/BreadcrumbsSettingTab.ts b/src/BreadcrumbsSettingTab.ts index f055da1f..42e918d7 100644 --- a/src/BreadcrumbsSettingTab.ts +++ b/src/BreadcrumbsSettingTab.ts @@ -242,7 +242,7 @@ export class BreadcrumbsSettingTab extends PluginSettingTab { new Setting(hierarchyNoteDetails) .setName("Hierarchy Note Up Field Name") .setDesc( - "Using the breadcrumbs generated by the hierarchy note, which ↑ type should they count as? This has to be one of the ↓ types of one of your existing hierarchies. If you want it to be something else, you can make a new hierarchy just for it." + "Using the breadcrumbs generated by the hierarchy note, which ↑ type should they count as? This has to be one of the ↑ types of one of your existing hierarchies. If you want it to be something else, you can make a new hierarchy just for it." ) .addText((text) => { let finalValue: string = settings.hierarchyNoteUpFieldName;