Skip to content

Commit

Permalink
text change
Browse files Browse the repository at this point in the history
  • Loading branch information
UnaiEtxaburu committed Feb 23, 2024
1 parent 460623e commit 98a4f86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/CLMSProfileView/CLMSUserProfileView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const messages = defineMessages({
},
missingData: {
id: 'Missing data',
defaultMessage: 'Please fill all required data',
defaultMessage: 'Please fill in all required data',
},
});

Expand Down Expand Up @@ -207,7 +207,7 @@ class CLMSUserProfileView extends Component {
textAlign={'center'}
color={'red'}
>
Please fill all required data
Please fill in all required data
</Segment>
)}
<p>
Expand Down

0 comments on commit 98a4f86

Please sign in to comment.