Skip to content

Commit 0ee6804

Browse files
committed
refactor: Add more detail to explanation of "Remove scheduled date on recurrence"
1 parent f7eb16b commit 0ee6804

File tree

6 files changed

+12
-5
lines changed

6 files changed

+12
-5
lines changed

src/Config/SettingsTab.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,8 @@ export class SettingsTab extends PluginSettingTab {
381381
.setDesc(
382382
SettingsTab.createFragmentWithHTML(
383383
i18n.t('settings.recurringTasks.removeScheduledDate.description.line1') +
384+
'</br>' +
385+
i18n.t('settings.recurringTasks.removeScheduledDate.description.line2') +
384386
'</br>' +
385387
this.seeTheDocumentation('https://publish.obsidian.md/tasks/Getting+Started/Recurring+Tasks'),
386388
),

src/i18n/locales/be.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@
183183
},
184184
"removeScheduledDate": {
185185
"description": {
186-
"line1": ""
186+
"line1": "",
187+
"line2": ""
187188
},
188189
"name": ""
189190
}

src/i18n/locales/en.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@
183183
},
184184
"removeScheduledDate": {
185185
"description": {
186-
"line1": "Enabling this will make the next recurrence of a task have no Scheduled date, when at least one of Start or Due dates is present."
186+
"line1": "Enabling this will make the next recurrence of a task have no Scheduled date, when at least one of Start or Due dates is present.",
187+
"line2": "This is for when you want the Start and Due dates to carry forward to the next recurrence, but you will set the Scheduled date in future, once you know plan to work on it."
187188
},
188189
"name": "Remove scheduled date on recurrence"
189190
}

src/i18n/locales/ru.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@
183183
},
184184
"removeScheduledDate": {
185185
"description": {
186-
"line1": ""
186+
"line1": "",
187+
"line2": ""
187188
},
188189
"name": ""
189190
}

src/i18n/locales/uk.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@
183183
},
184184
"removeScheduledDate": {
185185
"description": {
186-
"line1": ""
186+
"line1": "",
187+
"line2": ""
187188
},
188189
"name": ""
189190
}

src/i18n/locales/zh_cn.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@
183183
},
184184
"removeScheduledDate": {
185185
"description": {
186-
"line1": ""
186+
"line1": "",
187+
"line2": ""
187188
},
188189
"name": ""
189190
}

0 commit comments

Comments
 (0)