Yuki Takei 8 лет назад
Родитель
Сommit
f83acf9995
3 измененных файлов с 0 добавлено и 8 удалено
  1. 0 1
      lib/locales/en-US/translation.json
  2. 0 1
      lib/locales/ja/translation.json
  3. 0 6
      lib/views/me/password.html

+ 0 - 1
lib/locales/en-US/translation.json

@@ -129,7 +129,6 @@
   "New password": "New password",
   "New password": "New password",
   "Re-enter new password": "Re-enter new password",
   "Re-enter new password": "Re-enter new password",
   "Password is not set": "Password is not set",
   "Password is not set": "Password is not set",
-  "You can sign in with email and password": "You can sign in with <code>%s</code> and password",
 
 
   "API Settings": "API Settings",
   "API Settings": "API Settings",
   "API Token Settings": "API Token Settings",
   "API Token Settings": "API Token Settings",

+ 0 - 1
lib/locales/ja/translation.json

@@ -145,7 +145,6 @@
   "New password": "新しいパスワード",
   "New password": "新しいパスワード",
   "Re-enter new password": "(確認用)",
   "Re-enter new password": "(確認用)",
   "Password is not set": "パスワードが設定されていません",
   "Password is not set": "パスワードが設定されていません",
-  "You can sign in with email and password": "<code>%s</code> と設定されたパスワードの組み合わせでログイン可能になります。",
 
 
   "Security settings": "セキュリティ設定",
   "Security settings": "セキュリティ設定",
 
 

+ 0 - 6
lib/views/me/password.html

@@ -45,12 +45,6 @@
   </div>
   </div>
   {% endif %}
   {% endif %}
 
 
-  {% if user.email %}
-  <p>
-    {{ t('You can sign in with email and password', user.email) }}
-  </p>
-  {% endif %}
-
   <div id="form-box">
   <div id="form-box">
 
 
     <form action="/me/password" method="post" class="form-horizontal" role="form">
     <form action="/me/password" method="post" class="form-horizontal" role="form">