mirror of
https://github.com/wekan/wekan.git
synced 2026-01-30 13:15:16 +01:00
Textareas "Copy text to clipboard" is now translatable.
Thanks to xet7 !
This commit is contained in:
parent
611af2d523
commit
5088c12253
2 changed files with 3 additions and 2 deletions
|
|
@ -63,7 +63,7 @@ template(name="checklistDeleteDialog")
|
|||
button.toggle-delete-checklist-dialog(type="button") {{_ 'cancel'}}
|
||||
|
||||
template(name="addChecklistItemForm")
|
||||
a.fa.fa-copy(title="copy text to clipboard")
|
||||
a.fa.fa-copy(title="{{_ 'copy-text-to-clipboard'}}")
|
||||
span.copied-tooltip {{_ 'copied'}}
|
||||
textarea.js-add-checklist-item(rows='1' autofocus)
|
||||
.edit-controls.clearfix
|
||||
|
|
@ -71,7 +71,7 @@ template(name="addChecklistItemForm")
|
|||
a.fa.fa-times-thin.js-close-inlined-form
|
||||
|
||||
template(name="editChecklistItemForm")
|
||||
a.fa.fa-copy(title="copy text to clipboard")
|
||||
a.fa.fa-copy(title="{{_ 'copy-text-to-clipboard'}}")
|
||||
span.copied-tooltip {{_ 'copied'}}
|
||||
textarea.js-edit-checklist-item(rows='1' autofocus dir="auto")
|
||||
if $eq type 'item'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue