Skip to content

Commit 074daad

Browse files
Merge branch '2.x' into entity_query_support
2 parents cb4b363 + eb83f62 commit 074daad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Form/AppApiKeyAddFormBase.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,12 +180,12 @@ public function submitForm(array &$form, FormStateInterface $form_state) {
180180
if ($api_products === []) {
181181
// Is this a skeleton key?
182182
$this->messenger()->addWarning($this->t('The @app @app_entity_label has no @apis associated.', $t_args + [
183-
'@app_entity_label' => $this->app->getEntityType()->getSingularLabel(),
183+
'@app_entity_label' => $this->app->getEntityType()->getSingularLabel(),
184184
// @todo DI dependency.
185185
// phpcs:disable
186186
'@apis' => \Drupal::entityTypeManager()->getDefinition('api_product')->getPluralLabel(),
187187
// phpcs:enable
188-
]));
188+
]));
189189
return;
190190
}
191191

0 commit comments

Comments
 (0)