Merge pull request #629 from ente-io/fix-download-button

Fix canvas blocked message dialog
This commit is contained in:
Abhinav Kumar 2022-07-05 13:18:20 +05:30 committed by GitHub
commit c656e8ee2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -147,7 +147,7 @@ export default function Uploader(props: Props) {
content: constants.CANVAS_BLOCKED_MESSAGE(),
close: { text: constants.CLOSE },
proceed: {
text: constants.DOWNLOAD_APP,
text: constants.DOWNLOAD,
action: downloadApp,
variant: 'accent',
},