changed upload button label
This commit is contained in:
parent
4fc4421398
commit
e58ebc835c
|
@ -226,10 +226,10 @@ module.exports.wip = function(state, emit) {
|
|||
<button
|
||||
id="upload-btn"
|
||||
class="rounded bg-blue hover\:bg-blue-dark focus\:bg-blue-darker cursor-pointer text-center text-white py-2 px-6 h-12 flex flex-no-shrink items-center justify-center font-semibold"
|
||||
title="${state.translate('uploadSuccessConfirmHeader')}"
|
||||
title="${state.translate('uploadFilesButton')}"
|
||||
onclick="${upload}"
|
||||
>
|
||||
${state.translate('uploadSuccessConfirmHeader')}
|
||||
${state.translate('uploadFilesButton')}
|
||||
</button>
|
||||
</article>
|
||||
`;
|
||||
|
|
|
@ -149,8 +149,7 @@ maxPasswordLength = Maximum password length: { $length }
|
|||
passwordSetError = This password could not be set
|
||||
pageHeaderCredits = from the makers of Firefox
|
||||
addFilesButton = Add file(s)
|
||||
uploadFilesButton = Send
|
||||
uploadFileProgress = Sending
|
||||
uploadFilesButton = Upload
|
||||
uploadDropDragMessage = Drop files here
|
||||
uploadDropClickMessage = or click to select a file
|
||||
addPasswordMessage = Protect with password
|
||||
|
|
Loading…
Reference in New Issue