From: Michael Tremer Date: Mon, 27 Apr 2015 10:45:32 +0000 (+0200) Subject: Fix typos. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c600900196a0901829f8dcd5a07ef33bc6ef1f1c;p=pbs.git Fix typos. Reported-by: Tom Rymes Fixes: #10731 https://bugzilla.ipfire.org/show_bug.cgi?id=10731 --- diff --git a/backend/users.py b/backend/users.py index d74822c1..97a13267 100644 --- a/backend/users.py +++ b/backend/users.py @@ -458,7 +458,7 @@ class User(base.Object): subject = _("Account Activation") - message = _("You, or somebody using you email address, has registered an account on the Pakfire Build Service.") + message = _("You, or somebody using your email address, has registered an account on the Pakfire Build Service.") message += "\n"*2 message += _("To activate your account, please click on the link below.") message += "\n"*2 diff --git a/data/templates/build-bugs.html b/data/templates/build-bugs.html index 38b58cfe..2913de64 100644 --- a/data/templates/build-bugs.html +++ b/data/templates/build-bugs.html @@ -31,7 +31,7 @@ {% else %}

{{ _("No bugs here, yet.") }} - {{ _("Click below, to add one.") }} + {{ _("Click below to add one.") }

{% end %}