]> git.ipfire.org Git - pbs.git/commitdiff
mirrors: Drop translated string because of unicode issues
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 11 Dec 2017 18:38:10 +0000 (18:38 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 11 Dec 2017 18:38:10 +0000 (18:38 +0000)
Fixes: #11554
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/mirrors/detail.html

index 336ecb4f2d723e0cd5535ffac453bf1fca7abcde..edf219fcf33aaf0755cd02cf73a91496eb4f1ca5 100644 (file)
@@ -44,7 +44,7 @@
        <div class="page-header">
                <h2>
                        {{ _("Mirror: %s") % mirror.hostname }}
-                       <small>{{ _("hosted by %s") % mirror.owner }}</small>
+                       <small>{{ mirror.owner }}</small>
                </h2>
        </div>