Minor copy changes in the dashboard and popups

This commit is contained in:
Guigui 2011-02-27 20:23:49 +01:00
Родитель 39bf0677e2
Коммит 05ca9a0bd5
2 изменённых файлов: 3 добавлений и 4 удалений

Просмотреть файл

@ -2,5 +2,5 @@
<span>
{# L10n: This appears just after: "Hello, {username}!" #}
{{ _('Not you?') }}
<a href="#">{{ _('Log out >') }}</a>
<a href="#">{{ _('Sign out >') }}</a>
</span>

Просмотреть файл

@ -17,11 +17,10 @@
<button ontouchstart="" tabindex="3" class="right-button" type="submit">{{ _('Sign in') }}</button>
</div>
</form>
<a id="forgot-password" href="#">{{ _('Forgot your password? >') }}</a>
<a id="forgot-password" href="#">{{ _('Forgot username or password? >') }}</a>
<p class="download">
{% trans download_url='' %}
Don't have Spark yet? <a href="{{ download_url }}">Download</a> Firefox on your Android or
Maemo to get started.
Don't have Spark yet? <a href="{{ download_url }}">Download</a> Firefox on your Android to get started.
{% endtrans %}
</p>
</div>