Skip to content

Commit

Permalink
Fix phrasing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nstclair-cc committed Sep 16, 2024
1 parent 6dbee27 commit 24cd279
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ export default class AssignModal extends React.Component<any, any> {
resourceAssigned () {
return (
<ReactModal ariaHideApp={false} isOpen={this.state.showModal} onRequestClose={this.props.closeFunc} className={css.confirmDialog} overlayClassName={css.confirmDialogOverlay} portalClassName={css.confirmDialogPortal}>
<p>The { this.props.resourceType } <strong>{ this.props.resourceTitle }</strong> is assigned to the selected class(es) successfully.</p>
<p>The { this.props.resourceType } <strong>{ this.props.resourceTitle }</strong> has now been successfully assigned to the selected class(es).</p>
<button onClick={this.closeConfirmModal}>OK</button>
</ReactModal>
);
Expand Down

0 comments on commit 24cd279

Please sign in to comment.