Commit 14690ada authored by Johan Kleene's avatar Johan Kleene Committed by Joao Ventura
Browse files

Issue #3269415 by kimberlly_amaral, JohanKleene, jcnventura: Untranslated...

Issue #3269415 by kimberlly_amaral, JohanKleene, jcnventura: Untranslated string in TfaTrustedBrowserSetup plugin
parent 2cde6717
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -230,7 +230,7 @@ class TfaTrustedBrowserSetup extends TfaTrustedBrowser implements TfaSetupInterf
      '#theme' => 'links',
      '#links' => [
        'admin' => [
          'title' => 'Configure Trusted Browsers',
          'title' => $this->t('Configure Trusted Browsers'),
          'url' => Url::fromRoute('tfa.validation.setup', [
            'user' => $params['account']->id(),
            'method' => $params['plugin_id'],