Skip to content

Commit

Permalink
fix: Change link preview modal title and text
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR committed Dec 4, 2023
1 parent 6a99d0d commit 3959097
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/ModalLinkPreview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defineEmits<{
<!-- eslint-disable vue/no-v-html -->
<ModalConfirmAction
:open="open"
title="Link preview"
title="Proceed with caution!"
show-cancel
@close="$emit('close')"
@confirm="$emit('confirm')"
Expand Down
2 changes: 1 addition & 1 deletion src/locales/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"warningFlaggedProposal": "This proposal might contain scams, offensive material, or be malicious in nature. Please proceed with caution.",
"warningFlaggedSpace": "This space might contain scams, offensive material, or be malicious in nature. Please proceed with caution.",
"warningFlaggedActionShow": "Show",
"linkPreview": "This link will take you to {url}.</br> Are you sure you want to continue?",
"linkPreview": "This link will take you to {url}.</br> Be careful, this link could be malicious. Are you sure you want to continue? ",
"version": "Version",
"timeline": "Timeline",
"ended": "ended",
Expand Down

0 comments on commit 3959097

Please sign in to comment.