Skip to content

Commit

Permalink
fix: update invalid email text [DHIS2-15416] (#2550)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomzemp committed Aug 11, 2023
1 parent 3664aaf commit fc8e5d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i18n/i18n_module_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ value_should_be_empty_string_or_undefined=Value should be empty
value_should_be_a_url=This field requires a valid url
value_should_be_a_relative_url=This field requires a relative URL
value_should_be_list_of_urls=This field requires a list of URLs
value_should_be_an_email=This field contains an e-mail address
value_should_be_an_email=This field should contain an e-mail address
value_should_be_a_number=This field should contain a number
number_should_not_have_decimals=The number should not have decimals
value_not_max=The value is to long/large
Expand Down

0 comments on commit fc8e5d0

Please sign in to comment.