]> git.ipfire.org Git - people/jschlag/pbs.git/commitdiff
Fix typos.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 27 Apr 2015 10:45:32 +0000 (12:45 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 27 Apr 2015 10:45:32 +0000 (12:45 +0200)
Reported-by: Tom Rymes <tomvend@rymes.com>
Fixes: #10731 https://bugzilla.ipfire.org/show_bug.cgi?id=10731
backend/users.py
data/templates/build-bugs.html

index d74822c1d5c4e24284b8dad54e352426e272899d..97a132676c114a6fb111bcdc8a990fab45daad96 100644 (file)
@@ -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
index 38b58cfe9497d6e3a917debf1c1c4634cf14b331..2913de64ce5fa3972f109de1eb79b7e43507b2d1 100644 (file)
@@ -31,7 +31,7 @@
                        {% else %}
                                <p>
                                        {{ _("No bugs here, yet.") }}
-                                       {{ _("Click below, to add one.") }}
+                                       {{ _("Click below to add one.") }
                                </p>
                        {% end %}
                </div>