Merge pull request #982 from GSA/notify-871

Notify 871
This commit is contained in:
Steven Reilly
2023-12-12 17:08:14 -05:00
committed by GitHub
4 changed files with 8 additions and 8 deletions

View File

@@ -1196,7 +1196,7 @@ class AdminServiceSMSAllowanceForm(StripWhitespaceForm):
class AdminServiceMessageLimitForm(StripWhitespaceForm):
message_limit = GovukIntegerField(
"Number of messages the service is allowed to send each day",
"Max number of messages the service has per send",
validators=[DataRequired(message="Cannot be empty")],
)