Skip to content

Commit

Permalink
Update src/main/resources/messages/messages.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar authored Jun 11, 2024
1 parent a01c697 commit 12f3936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/messages/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ errors.config.invalid_format=Property '%s' has wrong format
errors.config.has_errors=Errors in the configuration file:
errors.config.missing_config_file=File <b>'%s'</b> with Crowdin plugin configuration doesn't exist in the project root directory
errors.config.missing_property=Required property <b>'%s'</b> is missing in the configuration file
errors.config.invalid_url_property=Base URL contains <b>'%s'</b> unexpected value. The expected format is 'https://crowdin.com', 'https://{domain_name}.api.crowdin.com' or 'https://{domain_name}.crowdin.com'
errors.config.invalid_url_property=Base URL contains <b>'%s'</b> unexpected value. The expected format is 'https://crowdin.com' or 'https://{domain_name}.api.crowdin.com'
errors.config.invalid_url_env=Environment variable <b>'%s'</b> contains unexpected <b>'%s'</b> value. The expected format is 'https://crowdin.com' or 'https://{domain_name}.crowdin.com'

errors.extract_file=Failed to extract the file '%s'
Expand Down

0 comments on commit 12f3936

Please sign in to comment.