diff --git a/mediagoblin/templates/mediagoblin/root.html b/mediagoblin/templates/mediagoblin/root.html index bb12fe4f..5c6eb52f 100644 --- a/mediagoblin/templates/mediagoblin/root.html +++ b/mediagoblin/templates/mediagoblin/root.html @@ -26,7 +26,7 @@
{% trans %}This site is running MediaGoblin, an extraordinarily great piece of media hosting software.{% endtrans %}
-{% trans %}To add your own media, place comments, save your favourites and more, you can log in with your MediaGoblin account.{% endtrans %}
+{% trans %}To add your own media, place comments, and more, you can log in with your MediaGoblin account.{% endtrans %}
{% if allow_registration %}{% trans %}Don't have one yet? It's easy!{% endtrans %}
{% trans register_url=request.urlgen('mediagoblin.auth.register') -%}