Commit b6353233 authored by morvaim's avatar morvaim Committed by Mohammad AlQanneh
Browse files

Issue #3257997 by morvaim, mqanneh: Missing schema for...

Issue #3257997 by morvaim, mqanneh: Missing schema for mail_login.settings:mail_login_password_only_description
parent 90b86b1e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5,3 +5,4 @@ mail_login_username_title: 'Login by username/email address'
mail_login_username_description: 'You can use your username or email address to login.'
mail_login_email_only_title: 'Login by email address'
mail_login_email_only_description: 'You can use your email address only to login.'
mail_login_password_only_description: 'Enter the password that accompanies your email address.'
+4 −0
Original line number Diff line number Diff line
@@ -27,3 +27,7 @@ mail_login.settings:
      type: text
      label: 'Login form email address only description'
      translatable: true
    mail_login_password_only_description:
      type: text
      label: 'Login form password only description'
      translatable: true