mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 10:22:29 +08:00
chore: add i18n TODO
(it does not make sense yet, to expose these as i18n, as I will be refactoring this whole thing into a standalone widget)
This commit is contained in:
parent
2bb79c4209
commit
8b066b1fc8
@ -14,7 +14,7 @@ const TPL = `
|
||||
<label for="erase-entities-after-time">${t("note_erasure_timeout.erase_notes_after_x_seconds")}</label>
|
||||
<div class="d-flex gap-2">
|
||||
<input id="erase-entities-after-time" class="form-control options-number-input" type="number" min="0" steps="1" required>
|
||||
<!-- TriliumNextTODO: i18n the strings -->
|
||||
<!-- TriliumNextTODO: i18n the strings when refactoring this to a standalone widget -->
|
||||
<select id="erase-entities-after-time-scale" class="form-select" required>
|
||||
<option value="1">Seconds</option>
|
||||
<option value="60">Minutes</option>
|
||||
|
Loading…
x
Reference in New Issue
Block a user