Commit fa70d837131658185a8101232e744b9c53cb303d

Thomas de Grivel 2023-02-03T14:21:56

remove dot

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/lib/kmxgit_web/templates/page/index.html.heex b/lib/kmxgit_web/templates/page/index.html.heex
index 0a3e371..81d0fcc 100644
--- a/lib/kmxgit_web/templates/page/index.html.heex
+++ b/lib/kmxgit_web/templates/page/index.html.heex
@@ -109,7 +109,7 @@ cd <b>repo</b></code></pre>
       <p>
         <ul class="list-group inline">
           <li class="list-group-item bg-h">
-            <%= gettext "Or if your local repo already exists, add remote to existing repo." %> :
+            <%= gettext "Or if your local repo already exists, add remote to existing repo" %> :
           </li>
           <li class="list-group-item bg-dark">
             <pre><code class="language-sh">git remote add kmx <b><%= @git_ssh_url %>:user/path/to/repo.git</b></code></pre>