We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf2b4c commit 81c443cCopy full SHA for 81c443c
src/argus/incident/validators.py
@@ -30,7 +30,7 @@ def validate_key(value):
30
key_value_validator = RegexValidator(
31
key_value_re,
32
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.',
+ f'The key can consist of lowercase letters, numbers and underscores.',
34
code="invalid",
35
)
36
0 commit comments