changed upload button label
This commit is contained in:
parent
4fc4421398
commit
e58ebc835c
|
@ -226,10 +226,10 @@ module.exports.wip = function(state, emit) {
|
||||||
<button
|
<button
|
||||||
id="upload-btn"
|
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"
|
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}"
|
onclick="${upload}"
|
||||||
>
|
>
|
||||||
${state.translate('uploadSuccessConfirmHeader')}
|
${state.translate('uploadFilesButton')}
|
||||||
</button>
|
</button>
|
||||||
</article>
|
</article>
|
||||||
`;
|
`;
|
||||||
|
|
|
@ -149,8 +149,7 @@ maxPasswordLength = Maximum password length: { $length }
|
||||||
passwordSetError = This password could not be set
|
passwordSetError = This password could not be set
|
||||||
pageHeaderCredits = from the makers of Firefox
|
pageHeaderCredits = from the makers of Firefox
|
||||||
addFilesButton = Add file(s)
|
addFilesButton = Add file(s)
|
||||||
uploadFilesButton = Send
|
uploadFilesButton = Upload
|
||||||
uploadFileProgress = Sending
|
|
||||||
uploadDropDragMessage = Drop files here
|
uploadDropDragMessage = Drop files here
|
||||||
uploadDropClickMessage = or click to select a file
|
uploadDropClickMessage = or click to select a file
|
||||||
addPasswordMessage = Protect with password
|
addPasswordMessage = Protect with password
|
||||||
|
|
Loading…
Reference in New Issue