diff options
author | psyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet> | 2018-01-07 16:00:40 +0000 |
---|---|---|
committer | psyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet> | 2018-01-07 16:00:40 +0000 |
commit | 0e3a78159a07f5bd09c1872b6b47b22a99643e19 (patch) | |
tree | 5f3ce1d954f430881ea754eb65f899aa1094ffa6 | |
parent | 36d0a856ab974440c779c6ccaadd57b964b7db13 (diff) |
-spellfix
-rw-r--r-- | about.html.j2 | 8 | ||||
-rw-r--r-- | developers.html.j2 | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/about.html.j2 b/about.html.j2 index 1620f1f0..243adf95 100644 --- a/about.html.j2 +++ b/about.html.j2 @@ -11,7 +11,7 @@ <div class="col-lg-4"> <h2>dvn</h2> <img src="{{ url('team-images/dvn.jpg') }}" height="240" alt="dvn" align="middle"> - <p>{{ _("Continuous Integration, SecuShare, packaging (Guix).") }}</p> + <p>{{ _("Continuous Integration, secushare, packaging (Guix).") }}</p> </div> <div class="col-lg-4"> <h2><a href="https://fdold.eu">Florian Dold</a></h2> @@ -33,7 +33,7 @@ <div class="col-lg-4"> <h2>lurchi</h2> <img src="{{ url('team-images/lurchi.jpg') }}" height="240" alt="lurchi" align="middle"> - <p>{{ _("SecuShare, Social, PSYC, Multicast, Data Protection Theory.") }}</p> + <p>{{ _("secushare, Social, PSYC, Multicast, Data Protection Theory.") }}</p> </div> </div> <div class="row"> @@ -49,7 +49,7 @@ <div class="col-lg-4"> <h2>t3sserakt</h2> <img src="{{ url('team-images/t3sserakt.jpg') }}" height="240" alt="t3sserakt" align="middle"> - <p>{{ _("SecuShare, Social, PSYC, Multicast.") }}</p> + <p>{{ _("secushare, Social, PSYC, Multicast.") }}</p> </div> </div> <div class="row"> @@ -61,7 +61,7 @@ <div class="col-lg-4"> <h2>Christian Kühne</h2> <img src="{{ url('team-images/ck.jpg') }}" height="240" alt="Christian Kühne" align="middle"> - <p>{{ _("SecuShare, Social, PSYC, Multicast.") }}</p> + <p>{{ _("secushare, Social, PSYC, Multicast.") }}</p> </div> </div> <div class="row"> diff --git a/developers.html.j2 b/developers.html.j2 index c17cf991..3f0c8970 100644 --- a/developers.html.j2 +++ b/developers.html.j2 @@ -10,7 +10,7 @@ <div class="container"> <div class="row"> <div class="col-lg-4"> - <h3>{{ _("Git") }}</h3> + <h3>{{ _("Repositories") }}</h3> <p> {% trans %} |