diff --git a/resources/lang/de/index.php b/resources/lang/de/index.php
index 1da10bbb28a66ab950ec9c9426273f8827e63ae0..d19a2780a592a27e92ca0fb004f476360c448a84 100644
--- a/resources/lang/de/index.php
+++ b/resources/lang/de/index.php
@@ -44,6 +44,8 @@ return [
     'key.placeholder'                => 'Mitglieder Key eingeben',
     'placeholder'                    => 'MetaGer: Sicher suchen & finden, Privatsphäre schützen',
 
+    'plugin.open-modal'              => 'MetaGer-Plugin hinzufügen',
+    'plugin.open-modal.title'        => 'MetaGer zu Ihren Browser hinzufügen',
     'plugin.head.1'                  => 'MetaGer zum Firefox hinzufügen',
     'plugin.head.2'                  => 'MetaGer zum Chrome hinzufügen',
     'plugin.head.3'                  => 'MetaGer zum Opera hinzufügen',
diff --git a/resources/lang/en/index.php b/resources/lang/en/index.php
index 729a38ffbd92680fd19abc3d94807a0b4c312cf7..0d5acfc7d4ecae7594a49a2b76680ab71a03be5a 100644
--- a/resources/lang/en/index.php
+++ b/resources/lang/en/index.php
@@ -38,6 +38,8 @@ return [
 
     "placeholder"	=>	"MetaGer: Privacy Protected Search & Find",
 
+    'plugin.open-modal'  => 'Install MetaGer-Plugin',
+    'plugin.open-modal.title'  => 'Add the MetaGer-Plugin to your browser',
     "plugin.head.1"	=>	"Add MetaGer to your Firefox",
     "plugin.head.2"	=>	"Add MetaGer to your Chrome",
     "plugin.head.3"	=>	"Add MetaGer to your Opera",
@@ -48,7 +50,7 @@ return [
     "plugin.head.8"	=>	"Add MetaGer to your Firefox Focus",
     "plugin.head.info"	=>	"(selected search preferences will be used)",
 
-    'plugin.firefox.plugin'          => 'You can download the plugin for FireFox <a href="https://addons.mozilla.org/en-GB/firefox/addon/metager-suche/?src=search" target="_blank">here</a>. Using the plugin allows you to keep your search settings even when deleting your history data. Alternatively you can set MetaGer as your default search engine:',
+    'plugin.firefox.plugin'          => 'You can download the plugin for Firefox <a href="https://addons.mozilla.org/en-GB/firefox/addon/metager-suche/?src=search" target="_blank">here</a>. Using the plugin allows you to keep your search settings even when deleting your history data. Alternatively you can set MetaGer as your default search engine:',
     "plugin.firefox.1"	=>	"Click on the magnifying glass with the small green \"+\" and then on \"Add MetaGer..\" (picture 1)",
     "plugin.firefox.2"	=>	"Now right click on the new MetaGer Logo in the List and select \"Make MetaGer the default search engine\" (picture2)",
     "plugin.firefox.3"	=>	"Use MetaGer as start page in :browser",
diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php
index a6cd12a45530177cb9edca74ce6e835d3cafb5d3..bdde6a3e7f2e82086d7b6a313a84f206c13678d1 100644
--- a/resources/views/index.blade.php
+++ b/resources/views/index.blade.php
@@ -9,7 +9,7 @@
 	</h1>
 	@include('parts.searchbar', ['class' => 'startpage-searchbar'])
 	<div id="show-plugin-modal">
-		<label for="plugin-modal-checkbox" role="button" class="btn btn-default open-plugin-modal" title="MetaGer zu Ihrem Browser hinzufügen"><i class="fa fa-plug" aria-hidden="true"></i> MetaGer-Plugin hinzufügen</a>
+		<label for="plugin-modal-checkbox" role="button" class="btn btn-default open-plugin-modal" title="{{ trans('index.plugin.open-modal.title') }}"><i class="fa fa-plug" aria-hidden="true"></i> {{ trans('index.plugin.open-modal') }}</a>
 	</div>
 	<script type="text/javascript" src="{{ mix('js/scriptStartPage.js') }}"></script>
 	<script type="text/javascript" src="{{ mix('js/searchbar.js') }}"></script>