Changed phrasing, spelling, and added translations
This commit is contained in:
parent
f85909c061
commit
fac7b8c9b1
@ -23,8 +23,8 @@
|
|||||||
|
|
||||||
<form action="{{ request.urlgen('mediagoblin.auth.verify_forgot_password') }}"
|
<form action="{{ request.urlgen('mediagoblin.auth.verify_forgot_password') }}"
|
||||||
method="POST" enctype="multipart/form-data">
|
method="POST" enctype="multipart/form-data">
|
||||||
<div class="login_box form_box">
|
<div class="grid_6 prefix_1 suffix_1 form_box">
|
||||||
<h1>Enter your new password</h1>
|
<h1>{% trans %}Enter your new password{% endtrans %}</h1>
|
||||||
|
|
||||||
{{ wtforms_util.render_divs(cp_form) }}
|
{{ wtforms_util.render_divs(cp_form) }}
|
||||||
<div class="form_submit_buttons">
|
<div class="form_submit_buttons">
|
||||||
|
@ -23,8 +23,8 @@
|
|||||||
|
|
||||||
<form action="{{ request.urlgen('mediagoblin.auth.forgot_password') }}"
|
<form action="{{ request.urlgen('mediagoblin.auth.forgot_password') }}"
|
||||||
method="POST" enctype="multipart/form-data">
|
method="POST" enctype="multipart/form-data">
|
||||||
<div class="login_box form_box">
|
<div class="grid_6 prefix_1 suffix_1 form_box">
|
||||||
<h1>Enter your username or email</h1>
|
<h1>{% trans %}Enter your username or email{% endtrans %}</h1>
|
||||||
|
|
||||||
{{ wtforms_util.render_divs(fp_form) }}
|
{{ wtforms_util.render_divs(fp_form) }}
|
||||||
<div class="form_submit_buttons">
|
<div class="form_submit_buttons">
|
||||||
|
@ -19,7 +19,9 @@
|
|||||||
|
|
||||||
{% block mediagoblin_content %}
|
{% block mediagoblin_content %}
|
||||||
<p>
|
<p>
|
||||||
Your password have been changed. Now you can <a href="{{ request.urlgen('mediagoblin.auth.login') }}">Login</a>
|
{% trans %}
|
||||||
|
Your password has been changed. Try to log in now.
|
||||||
|
{% endtrans %}
|
||||||
</p>
|
</p>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
@ -19,7 +19,9 @@
|
|||||||
|
|
||||||
{% block mediagoblin_content %}
|
{% block mediagoblin_content %}
|
||||||
<p>
|
<p>
|
||||||
Please check your email. We send an email whit an url to change your password.
|
{% trans %}
|
||||||
|
Check your inbox. We sent an email with a URL for changing your password.
|
||||||
|
{% endtrans %}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -15,11 +15,16 @@
|
|||||||
# You should have received a copy of the GNU Affero General Public License
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#}
|
#}
|
||||||
|
|
||||||
|
{% trans username=username, verification_url=verification_url|safe -%}
|
||||||
Hi {{ username }},
|
Hi {{ username }},
|
||||||
|
|
||||||
to change your GNU MediaGoblin password, open the following URL in your web browser
|
to change your GNU MediaGoblin password, open the following URL in
|
||||||
|
your web browser:
|
||||||
|
|
||||||
{{ verification_url|safe }}
|
{{ verification_url }}
|
||||||
|
|
||||||
If you think this is an error, just ignore this email and continue being a happy goblin!
|
If you think this is an error, just ignore this email and continue being
|
||||||
|
a happy goblin!
|
||||||
|
{%- endtrans %}
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@
|
|||||||
{% trans %}Forgot your password?{% endtrans %}
|
{% trans %}Forgot your password?{% endtrans %}
|
||||||
<br />
|
<br />
|
||||||
<a href="{{ request.urlgen('mediagoblin.auth.forgot_password') }}">
|
<a href="{{ request.urlgen('mediagoblin.auth.forgot_password') }}">
|
||||||
{%- trans %}Send a reminder!{% endtrans %}</a>
|
{%- trans %}Send yourself a reminder!{% endtrans %}</a>
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user