Part 2: Copy text button at most textarea fields is now translatable.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2021-11-26 02:24:42 +02:00
parent 98dedc697c
commit 96465ac664

View file

@ -1,5 +1,5 @@
template(name="editor")
a.fa.fa-copy(title="copy text to clipboard")
a.fa.fa-copy(title="{{_ 'copy-text-to-clipboard'}}")
span.copied-tooltip {{_ 'copied'}}
textarea.editor(
dir="auto"