Merge main

This commit is contained in:
Piero Toffanin 2023-01-06 13:07:07 -05:00
commit 727c3c82f7
2 changed files with 17 additions and 17 deletions

View file

@ -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(){