diff --git a/src/webhooks/components/WebhookInfo/WebhookInfo.tsx b/src/webhooks/components/WebhookInfo/WebhookInfo.tsx index e1687dbe9..11da21fc8 100644 --- a/src/webhooks/components/WebhookInfo/WebhookInfo.tsx +++ b/src/webhooks/components/WebhookInfo/WebhookInfo.tsx @@ -62,7 +62,7 @@ const WebhookInfo: React.StatelessComponent = ({ function translateErrors(intl: IntlShape) { return { [WebhookErrorCode.INVALID]: intl.formatMessage({ - defaultMessage: "Missing token or serviceAccount", + defaultMessage: "Missing service account", description: "webhook service account error" }) }; @@ -112,7 +112,7 @@ const WebhookInfo: React.StatelessComponent = ({ helperText={ serviceAccountsError && intl.formatMessage({ - defaultMessage: "Missing token or serviceAccount", + defaultMessage: "Missing service account", description: "webhook service account error" }) }