mirror of
https://github.com/timvisee/send.git
synced 2025-10-05 02:19:26 +02:00
filled in size placeholder and other malarkey
This commit is contained in:
parent
7449d1c351
commit
c8e6e761d0
4 changed files with 25 additions and 20 deletions
|
@ -7,7 +7,9 @@ module.exports = function(name, url) {
|
|||
<send-copy-dialog
|
||||
class="flex flex-col items-center text-center p-4 max-w-sm"
|
||||
>
|
||||
<h1 class="font-bold my-4">${state.translate('notifyUploadDone')}</h1>
|
||||
<h1 class="font-bold my-4">
|
||||
${state.translate('notifyUploadEncryptDone')}
|
||||
</h1>
|
||||
<p class="font-normal leading-normal text-grey-darker word-break-all">
|
||||
${state.translate('copyUrlFormLabel')} <br />
|
||||
${name}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue