Fix wrong String

Fix wrong string for notice_user_missing_authentication_method
pull/4942/head
RobinWagner 8 years ago committed by Oliver Günther
parent d140d9616f
commit 453697b63c
  1. 2
      config/locales/en.yml

@ -1439,7 +1439,7 @@ en:
notice_to_many_principals_to_display: "There are too many results.\nNarrow down the search by typing in the name of the new member (or group)." notice_to_many_principals_to_display: "There are too many results.\nNarrow down the search by typing in the name of the new member (or group)."
notice_unable_delete_time_entry: "Unable to delete time log entry." notice_unable_delete_time_entry: "Unable to delete time log entry."
notice_unable_delete_version: "Unable to delete version." notice_unable_delete_version: "Unable to delete version."
notice_user_missing_authentication_method: User has yet to chose a password or another way the sign in. notice_user_missing_authentication_method: User has yet to choose a password or another way to sign in.
notice_user_invitation_resent: Another invitation has been sent to %{email}. notice_user_invitation_resent: Another invitation has been sent to %{email}.
present_access_key_value: "Your %{key_name} is: %{value}" present_access_key_value: "Your %{key_name} is: %{value}"
notice_automatic_set_of_standard_type: "Set standard type automatically." notice_automatic_set_of_standard_type: "Set standard type automatically."

Loading…
Cancel
Save