Skip to content

Commit

Permalink
fix iOS error message to remove emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
nid90 committed Jan 20, 2025
1 parent 2946c49 commit 7861610
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -477,11 +477,11 @@ en:
release_metadata:
attributes:
release_notes:
no_special_characters_ios: "for iOS can only contain letters, numbers, punctuation, basic math symbols, currency symbols, some emojis, and line breaks. The following characters are not allowed – %{denied_characters}"
no_special_characters_ios: "for iOS can only contain letters, numbers, punctuation, basic math symbols, currency symbols, and line breaks. The following characters are not allowed – %{denied_characters}"
no_special_characters_android: "for Android can only contain letters, numbers, punctuation, basic math symbols, currency symbols, emojis, and line breaks"
too_long: "is too long for %{platform} (maximum is %{max_length} characters)"
promo_text:
no_special_characters: "can only contain letters, numbers, punctuation, basic math symbols, currency symbols, some emojis, and line breaks. The following characters are not allowed – %{denied_characters}"
no_special_characters: "can only contain letters, numbers, punctuation, basic math symbols, currency symbols, and line breaks. The following characters are not allowed – %{denied_characters}"
integration:
format: "%{message}"
attributes:
Expand Down

0 comments on commit 7861610

Please sign in to comment.