Skip to content

Commit

Permalink
Reword sentence to be clearer
Browse files Browse the repository at this point in the history
Co-authored-by: Johanna England <[email protected]>
  • Loading branch information
stveit and johannaengland committed Feb 16, 2024
1 parent 9b7e20a commit 50d3748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/argus/incident/validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def validate_key(value):
key_value_validator = RegexValidator(
key_value_re,
message=f'Enter a valid key-value construct: "key=value", where key and value are strings.'
f'The key must consist of lowercase letters, numbers and underscores.',
f'The key can consist of lowercase letters, numbers and underscores.',
code="invalid",
)

Expand Down

0 comments on commit 50d3748

Please sign in to comment.