Skip to content

Changed the word 'authentification' to 'authentication'

Matthias Käppler requested to merge github/fork/tcfunk/master into master

Created by: tcfunk

I know it's nitpicking, but I don't think authentification is a word, so I changed the text to say 'authentication' instead. Here is a summary of the change:

diff --git a/app/views/projects/_form.html.haml b/app/views/projects/_form.html.haml
index 01fb6a6..b25cfda 100644
--- a/app/views/projects/_form.html.haml
+++ b/app/views/projects/_form.html.haml
@@ -54,7 +54,7 @@
                       %span.descr
                         If checked, this project can be cloned
                         %em without any
-                        authentification.
+                        authentication.
                         It will also be listed on the #{link_to "public access directory", public_root_path}.

               %fieldset.features

Merge request reports