mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 22:20:55 +03:00
changed upload button label
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user