mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 12:39:04 +01:00
fix(react/dialogs): dollar signs in help tooltips
This commit is contained in:
parent
861374bb87
commit
5cd7e4707a
@ -16,9 +16,9 @@ function UpdateLabelValueComponent({ bulkAction, actionDef }: { bulkAction: Abst
|
||||
bulkAction={bulkAction}
|
||||
label={t("update_label_value.update_label_value")}
|
||||
helpText={<>
|
||||
<p>${t("update_label_value.help_text")}</p>
|
||||
<p>{t("update_label_value.help_text")}</p>
|
||||
|
||||
${t("update_label_value.help_text_note")}
|
||||
{t("update_label_value.help_text_note")}
|
||||
</>}
|
||||
>
|
||||
<FormTextBox
|
||||
|
||||
@ -17,12 +17,12 @@ function MoveNoteBulkActionComponent({ bulkAction, actionDef }: { bulkAction: Ab
|
||||
bulkAction={bulkAction}
|
||||
label={t("move_note.move_note")}
|
||||
helpText={<>
|
||||
<p>${t("move_note.on_all_matched_notes")}:</p>
|
||||
<p>{t("move_note.on_all_matched_notes")}:</p>
|
||||
|
||||
<ul style="margin-bottom: 0;">
|
||||
<li>${t("move_note.move_note_new_parent")}</li>
|
||||
<li>${t("move_note.clone_note_new_parent")}</li>
|
||||
<li>${t("move_note.nothing_will_happen")}</li>
|
||||
<li>{t("move_note.move_note_new_parent")}</li>
|
||||
<li>{t("move_note.clone_note_new_parent")}</li>
|
||||
<li>{t("move_note.nothing_will_happen")}</li>
|
||||
</ul>
|
||||
</>}
|
||||
>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user