Skip to content

Commit

Permalink
Part 2: Copy text button at most textarea fields is now translatable.
Browse files Browse the repository at this point in the history
Thanks to xet7 !
  • Loading branch information
xet7 committed Nov 26, 2021
1 parent 98dedc6 commit 96465ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/main/editor.jade
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 96465ac

Please sign in to comment.