Fixed changes in wrong file

ref #112
This commit is contained in:
2021-03-26 18:01:17 +01:00
parent fcd55f89d7
commit 73d95bc004
2 changed files with 4 additions and 4 deletions

View File

@@ -126,7 +126,7 @@
throw new Error();
}
Toastify({
text: $_("copied-token-to-clipboard"),
text: $_('copied-link-to-clipboard'),
duration: 500,
backgroundColor: "linear-gradient(to right, #00b09b, #96c93d)",
}).showToast();
@@ -347,7 +347,7 @@
</div>
</div>
<p class="text-gray-500 text-xs">
{$_('click-to-copy-token-to-clipboard')}
{$_('click-to-copy-the-link-into-your-clipboard')}
</p>
</div>
{/if}