fixed cancel button string
This commit is contained in:
parent
d25c41190a
commit
dce8b6e525
1 changed files with 2 additions and 2 deletions
|
@ -382,9 +382,9 @@ module.exports.uploading = function(state, emit) {
|
||||||
<button
|
<button
|
||||||
class="text-blue-dark hover:text-blue-darker focus:text-blue-darker self-end font-medium"
|
class="text-blue-dark hover:text-blue-darker focus:text-blue-darker self-end font-medium"
|
||||||
onclick=${cancel}
|
onclick=${cancel}
|
||||||
title="${state.translate('uploadingPageCancelShort')}"
|
title="${state.translate('deletePopupCancel')}"
|
||||||
>
|
>
|
||||||
${state.translate('uploadingPageCancelShort')}
|
${state.translate('deletePopupCancel')}
|
||||||
</button>
|
</button>
|
||||||
</send-upload-area>
|
</send-upload-area>
|
||||||
`;
|
`;
|
||||||
|
|
Loading…
Reference in a new issue