Skip to content
Snippets Groups Projects
Commit 40767460 authored by David Cameron's avatar David Cameron
Browse files

typo

parent 4b7867a0
No related branches found
No related tags found
No related merge requests found
Pipeline #458787 passed
Pipeline: drupal-2980952

#458791

    ......@@ -152,7 +152,7 @@ public function submitForm(array &$form, FormStateInterface $form_state) {
    $this->logger('user')->info('Sent account cancellation request to %name %email.', ['%name' => $this->entity->label(), '%email' => '<' . $this->entity->getEmail() . '>']);
    $cancel_message = $this->t('A confirmation request to cancel your account has been sent to your email address.');
    if ($this->entity->id() !== $this->currentUser()->id()) {{
    if ($this->entity->id() !== $this->currentUser()->id()) {
    $cancel_message = $this->t("A confirmation request to cancel the account %name has been sent to the user's email address.", ['%name' => $this->entity->label()]);
    }
    $this->messenger()->addStatus($cancel_message);
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment