Skip to content

Commit dee46d3

Browse files
Fix - Error message in EventSubscriber has a typo (#642)
1 parent 5d15a40 commit dee46d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/apigee_edge_teams/src/EventSubscriber/TeamInactiveStatusSubscriber.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public function onRespond(FilterResponseEvent $event) {
106106
'#theme' => 'status_messages',
107107
'#message_list' => [
108108
'error' => [
109-
$this->t('The %team_name @team is inactive. This operation is now allowed.', [
109+
$this->t('The %team_name @team is inactive. This operation is not allowed.', [
110110
'%team_name' => $team->label(),
111111
'@team' => $team->getEntityType()->getSingularLabel(),
112112
]),

0 commit comments

Comments
 (0)