diff options
author | Marcos Marado <mindboosternoori@gmail.com> | 2022-01-12 17:53:27 +0000 |
---|---|---|
committer | TheJackiMonster <thejackimonster@gmail.com> | 2022-01-13 11:30:56 +0100 |
commit | 4c12e54adaf5512b2f7d7b7fb8fb1a4b7ed25430 (patch) | |
tree | 62c40a6dce8cb19771a1b3f7b0d677536f81d3d3 | |
parent | 32f994174e479f1c777327587362b72fc161a7a1 (diff) |
applications: fix a tiny typo
I'm not a native English speaker, but I think that...
the sentence "application using the GNUnets Messenger" should either
be "using GNUnet's Messenger", or (the option I take in this patch)
"using the GNUnet Messenger".
-rw-r--r-- | template/applications.html.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/applications.html.j2 b/template/applications.html.j2 index 6c17a475..29b358ce 100644 --- a/template/applications.html.j2 +++ b/template/applications.html.j2 @@ -161,8 +161,8 @@ <p> {% trans %} <a href="https://git.gnunet.org/messenger-gtk.git/">Messenger-GTK</a> - is a convergent GTK messaging application using the GNUnets Messenger - service. The goal is to provide private and secure communication + is a convergent GTK messaging application using the GNUnet Messenger + service. The goal is to provide private and secure communication between any group of devices. {% endtrans %} </p> |