mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-06-20 16:10:58 +00:00
Merge main
This commit is contained in:
commit
727c3c82f7
2 changed files with 17 additions and 17 deletions
|
@ -272,7 +272,7 @@ document.addEventListener('DOMContentLoaded', function(){
|
|||
this.$refs.translatedTextarea.setSelectionRange(0, 9999999); /* For mobile devices */
|
||||
document.execCommand("copy");
|
||||
|
||||
if (this.copyTextLabel === "Copy text"){
|
||||
if (this.copyTextLabel === {{ _e("Copy text") }}){
|
||||
this.copyTextLabel = {{ _e("Copied") }};
|
||||
var self = this;
|
||||
setTimeout(function(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue