changed upload button label

This commit is contained in:
Danny Coates 2018-12-11 15:11:38 -08:00
parent 4fc4421398
commit e58ebc835c
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB
2 changed files with 3 additions and 4 deletions

View File

@ -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>
`; `;

View File

@ -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