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>