diff --git a/src/main/resources/languages/base_de.properties b/src/main/resources/languages/base_de.properties
index 725bd713f6ebbe725ee1d058f4c74c63fe146952..311b690383e600c53ed30065386f17082d66a979 100644
--- a/src/main/resources/languages/base_de.properties
+++ b/src/main/resources/languages/base_de.properties
@@ -383,6 +383,8 @@ home.first.use.step.5.sub.2=Verwende eines der vordefinierten Diagramme oder ers
 home.first.use.step.5.sub.3=Erstelle konfigurierbare Monatsberichte im PDF-Format zum Drucken und Archivieren.
 home.first.use.step.5.sub.4=und vieles mehr...
 
+home.first.use.home=Los geht's!
+
 # hotkeys
 hotkeys.transactions.new.normal=Neue Buchung anlegen
 hotkeys.transactions.new.normal.key=n
diff --git a/src/main/resources/languages/base_en.properties b/src/main/resources/languages/base_en.properties
index b17182974cf9525eeda55cc96aafc82a08e79b34..49e9eb601d6341306141590801f55fc4229a0079 100644
--- a/src/main/resources/languages/base_en.properties
+++ b/src/main/resources/languages/base_en.properties
@@ -382,6 +382,8 @@ home.first.use.step.5.sub.2=Use one of the pre-defined charts or create your one
 home.first.use.step.5.sub.3=Create configurable month reports in PDF format for printing and archiving.
 home.first.use.step.5.sub.4=and much more...
 
+home.first.use.home=Let's go!
+
 # hotkeys
 hotkeys.transactions.new.normal=Create a transaction
 hotkeys.transactions.new.normal.key=n
diff --git a/src/main/resources/templates/firstUse.ftl b/src/main/resources/templates/firstUse.ftl
index 145b387de7d9050842ba404d3f930c65231ef4fb..89b5a3b7f204dd370cb6f6b0a8045ef146fb4a46 100644
--- a/src/main/resources/templates/firstUse.ftl
+++ b/src/main/resources/templates/firstUse.ftl
@@ -94,6 +94,12 @@
                                     </p>
 
                                     <h5>${locale.getString("home.first.use.step.5.sub.4")}</h5>
+
+                                    <p class="center-align">
+                                        <a href="<@s.url '/'/>" class="waves-effect waves-light btn budgetmaster-blue">
+                                            <i class="material-icons left">home</i>${locale.getString("home.first.use.home")}
+                                        </a>
+                                    </p>
                                 </@indexFunctions.stepContent>
                             </div>
                         </div>