Skip to content

Commit

Permalink
Add a quesiton mark to the text msg of the Plan VMs Delete Modal
Browse files Browse the repository at this point in the history
Signed-off-by: Sharon Gratch <[email protected]>
  • Loading branch information
sgratch committed Oct 15, 2024
1 parent e45b60f commit c7fa74e
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 c7fa74e

Please sign in to comment.