diff --git a/src/UserLoginEnforce.php b/src/UserLoginEnforce.php
index c6b52cd..44aa4e5 100644
--- a/src/UserLoginEnforce.php
+++ b/src/UserLoginEnforce.php
@@ -18,7 +18,7 @@ class UserLoginEnforce {
    */
   public function formUserLoginFormAlter(&$form, FormStateInterface $form_state) {
     $form['one_time_password'] = [
-      '#title' => $this->t('TFA Code'),
+      '#title' => $this->t('One Time Password'),
       '#description' => $this->t('If you have two factor authentication enabled, enter your one time password.'),
       '#type' => 'textfield',
       '#size' => 6,
