From 24cd279ce7a6fc9197045990148763cc2b06d131 Mon Sep 17 00:00:00 2001 From: nstclair-cc <20171905+nstclair-cc@users.noreply.github.com> Date: Mon, 16 Sep 2024 13:14:41 -0700 Subject: [PATCH] Fix phrasing issue --- .../src/library/components/assign-to-class/assign-modal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rails/react-components/src/library/components/assign-to-class/assign-modal.tsx b/rails/react-components/src/library/components/assign-to-class/assign-modal.tsx index 4999976d9..53a967d45 100644 --- a/rails/react-components/src/library/components/assign-to-class/assign-modal.tsx +++ b/rails/react-components/src/library/components/assign-to-class/assign-modal.tsx @@ -236,7 +236,7 @@ export default class AssignModal extends React.Component { resourceAssigned () { return ( -

The { this.props.resourceType } { this.props.resourceTitle } is assigned to the selected class(es) successfully.

+

The { this.props.resourceType } { this.props.resourceTitle } has now been successfully assigned to the selected class(es).

);