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