Commit b1acffb3 authored by Yusei Tahara's avatar Yusei Tahara

Update message text.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23303 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 611059a5
......@@ -176,7 +176,7 @@ class PasswordTool(BaseTool):
elif current_date > expiration_date:
msg = translateString("Date has expire.")
elif password != password_confirmation:
msg = translateString("Password are not identical.")
msg = translateString("Passwords do not match.")
if msg is not None:
if REQUEST is not None:
ret_url = '%s/login_form?portal_status_message=%s' % \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment