Skip to content

Commit

Permalink
Fix typo in user list view (#7195)
Browse files Browse the repository at this point in the history
fixes #7189
  • Loading branch information
fm3 authored Jul 10, 2023
1 parent 1af77c3 commit 527b0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/javascripts/admin/user/user_list_view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ class UserListView extends React.PureComponent<Props, State> {
const noUsersMessage = (
<React.Fragment>
<a onClick={inviteUsersCallback}>Invite colleagues and collaboration partners</a>
{" to join your organization. Share datasets and collaboratively work on anntotiatons."}
{" to join your organization. Share datasets and collaboratively work on annotiatons."}
</React.Fragment>
);
return this.state.isLoading ? null : (
Expand Down

0 comments on commit 527b0cf

Please sign in to comment.