Fixed changes in wrong file

ref #112
This commit is contained in:
Nicolai Ort 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(); throw new Error();
} }
Toastify({ Toastify({
text: $_("copied-token-to-clipboard"), text: $_('copied-link-to-clipboard'),
duration: 500, duration: 500,
backgroundColor: "linear-gradient(to right, #00b09b, #96c93d)", backgroundColor: "linear-gradient(to right, #00b09b, #96c93d)",
}).showToast(); }).showToast();
@ -347,7 +347,7 @@
</div> </div>
</div> </div>
<p class="text-gray-500 text-xs"> <p class="text-gray-500 text-xs">
{$_('click-to-copy-token-to-clipboard')} {$_('click-to-copy-the-link-into-your-clipboard')}
</p> </p>
</div> </div>
{/if} {/if}

View File

@ -23,7 +23,7 @@
throw new Error(); throw new Error();
} }
Toastify({ Toastify({
text: $_('copied-link-to-clipboard'), text: $_('copied-token-to-clipboard'),
duration: 500, duration: 500,
backgroundColor: "linear-gradient(to right, #00b09b, #96c93d)", backgroundColor: "linear-gradient(to right, #00b09b, #96c93d)",
}).showToast(); }).showToast();
@ -106,7 +106,7 @@
d="M7 4V2h10v2h3l1 1v16a1 1 0 01-1 1H4a1 1 0 01-1-1V5l1-1h3zm0 2H5v14h14V6h-2v2H7V6zm2-2v2h6V4H9z" /></svg> d="M7 4V2h10v2h3l1 1v16a1 1 0 01-1 1H4a1 1 0 01-1-1V5l1-1h3zm0 2H5v14h14V6h-2v2H7V6zm2-2v2h6V4H9z" /></svg>
</div> </div>
</div> </div>
<p class="text-gray-500 text-xs">{$_('click-to-copy-the-link-into-your-clipboard')}</p> <p class="text-gray-500 text-xs">{$_('click-to-copy-token-to-clipboard')}</p>
</div> </div>
</div> </div>
</div> </div>