Skip to content

Commit

Permalink
Merge pull request #1762 from dedis/work-fe1-ljankoschek-1668-wrap-ch…
Browse files Browse the repository at this point in the history
…irp-errormsg

Fix#1668 wrapping of empty chirp error message
  • Loading branch information
ljankoschek committed Mar 11, 2024
2 parents 0163730 + e8e7e50 commit 414bc2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ exports[`NewChirp shows the error message on empty trimmed message 1`] = `
]
}
>
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.
</Text>
<View
style={
Expand Down
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 414bc2a

Please sign in to comment.