24
1
Fork 0

fixed cancel button string

This commit is contained in:
Danny Coates 2019-03-05 14:44:06 -08:00
parent d25c41190a
commit dce8b6e525
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB
1 changed files with 2 additions and 2 deletions

View File

@ -382,9 +382,9 @@ module.exports.uploading = function(state, emit) {
<button
class="text-blue-dark hover:text-blue-darker focus:text-blue-darker self-end font-medium"
onclick=${cancel}
title="${state.translate('uploadingPageCancelShort')}"
title="${state.translate('deletePopupCancel')}"
>
${state.translate('uploadingPageCancelShort')}
${state.translate('deletePopupCancel')}
</button>
</send-upload-area>
`;