diff --git a/src/open_inwoner/conf/base.py b/src/open_inwoner/conf/base.py index 46a65e2b9c..022fe5be63 100644 --- a/src/open_inwoner/conf/base.py +++ b/src/open_inwoner/conf/base.py @@ -839,7 +839,7 @@ "ACCOUNTS_SMS_GATEWAY_BACKEND", "open_inwoner.accounts.gateways.Dummy" ), "API_KEY": config("ACCOUNTS_SMS_GATEWAY_API_KEY", "openinwoner"), - "ORIGINATOR": config("ACCOUNTS_SMS_GATEWAY_ORIGINATOR", "MijnGemeente"), + "ORIGINATOR": config("ACCOUNTS_SMS_GATEWAY_ORIGINATOR", "Gemeente"), } from .app.csp import * # noqa