Skip to content

Commit

Permalink
Fix typo in empty chirp error message
Browse files Browse the repository at this point in the history
  • Loading branch information
ljankoschek committed Feb 27, 2024
1 parent 32ab508 commit 3153c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fe1-web/src/resources/strings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ namespace STRINGS {
export const social_media_create_chirp_no_pop_token =
'In order to post chirps, you first need to participate in a roll-call.';
export const social_media_empty_chirp =
'You chirp will be cropped to an empty chirp. You cannot send an empty chirp.';
'Your chirp will be cropped to an empty chirp. You cannot send an empty chirp.';
export const social_media_user_list_unavailable =
'In order to see other roll call participants you yourself first need to participate in one.';
export const social_media_your_profile_unavailable =
Expand Down

0 comments on commit 3153c71

Please sign in to comment.