Skip to content

Commit

Permalink
Fix typo in team-members-block-view
Browse files Browse the repository at this point in the history
  • Loading branch information
GedeonTS committed May 2, 2024
1 parent f370a13 commit 26497e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/lib/features/team-members-block-view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const TeamMembersBlockView: React.FC<Props> = ({
emptyMessage = t('common.NO_USERS_WORKING');
break;
case 'pause':
emptyMessage = t('common.NO_USERS_PAUSED_wORK');
emptyMessage = t('common.NO_USERS_PAUSED_WORK');
break;
case 'idle':
emptyMessage = t('common.NO_USERS_IDLE');
Expand Down

0 comments on commit 26497e0

Please sign in to comment.