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 5d15a40 commit dee46d3Copy full SHA for dee46d3
modules/apigee_edge_teams/src/EventSubscriber/TeamInactiveStatusSubscriber.php
@@ -106,7 +106,7 @@ public function onRespond(FilterResponseEvent $event) {
106
'#theme' => 'status_messages',
107
'#message_list' => [
108
'error' => [
109
- $this->t('The %team_name @team is inactive. This operation is now allowed.', [
+ $this->t('The %team_name @team is inactive. This operation is not allowed.', [
110
'%team_name' => $team->label(),
111
'@team' => $team->getEntityType()->getSingularLabel(),
112
]),
0 commit comments