浏览代码

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

Thanks to xet7 !
Lauri Ojansivu 3 年之前
父节点
当前提交
96465ac664
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      client/components/main/editor.jade

+ 1 - 1
client/components/main/editor.jade

@@ -1,5 +1,5 @@
 template(name="editor")
 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'}}
   span.copied-tooltip {{_ 'copied'}}
   textarea.editor(
   textarea.editor(
     dir="auto"
     dir="auto"