소스 검색

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")
-  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"