mirror of
https://github.com/zadam/trilium.git
synced 2025-11-18 03:00:41 +01:00
i18n: move kbd tag to translation string (search_definition.search_button)
here I've merged the two existing translations, as it otherwise splits them up in an awkward way for translations - which also caused some mistranslations already. that way it also would've made it impossible to translate for RTL languages.
This commit is contained in:
@@ -135,9 +135,7 @@ const TPL = `
|
||||
<div style="display: flex; justify-content: space-evenly">
|
||||
<button type="button" class="btn btn-sm search-button">
|
||||
<span class="bx bx-search"></span>
|
||||
${t('search_definition.search')}
|
||||
|
||||
<kbd>${t('search_definition.enter')}</kbd>
|
||||
${t('search_definition.search_button')}
|
||||
</button>
|
||||
|
||||
<button type="button" class="btn btn-sm search-and-execute-button">
|
||||
|
||||
Reference in New Issue
Block a user