Skip to content

Commit 81c443c

Browse files
Reword sentence to be clearer
Co-authored-by: Johanna England <[email protected]>
1 parent daf2b4c commit 81c443c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/argus/incident/validators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def validate_key(value):
3030
key_value_validator = RegexValidator(
3131
key_value_re,
3232
message=f'Enter a valid key-value construct: "key=value", where key and value are strings.'
33-
f'The key must consist of lowercase letters, numbers and underscores.',
33+
f'The key can consist of lowercase letters, numbers and underscores.',
3434
code="invalid",
3535
)
3636

0 commit comments

Comments
 (0)