Skip to content

Commit

Permalink
Merge pull request #1356 from sgratch/add-question-mark-to-plan-delet…
Browse files Browse the repository at this point in the history
…e-vm-msg

Add a quesiton mark to the text msg of the Plan VMs Delete Modal
  • Loading branch information
sgratch authored Oct 15, 2024
2 parents f743629 + c7fa74e commit 17e439c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"Archive Plan": "Archive Plan",
"Archived": "Archived",
"Archiving": "Archiving",
"Are you sure you want to delete this virtual machines from the migration plan.": "Are you sure you want to delete this virtual machines from the migration plan.",
"Are you sure you want to delete this virtual machines from the migration plan?": "Are you sure you want to delete this virtual machines from the migration plan?",
"Assessment": "Assessment",
"Authentication type": "Authentication type",
"Bandwidth": "Bandwidth",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const PlanVMsDeleteModal: React.FC<PlanVMsDeleteModalProps> = ({ plan, se
actions={actions}
>
<div className="forklift-edit-modal-body">
{t('Are you sure you want to delete this virtual machines from the migration plan.')}
{t('Are you sure you want to delete this virtual machines from the migration plan?')}
</div>

{alertMessage}
Expand Down

0 comments on commit 17e439c

Please sign in to comment.