diff --git a/resources/lang/en/zitatsuche.php b/resources/lang/en/zitatsuche.php
index d347587f06640e2f3f56882ef11f1b9b7c8fb967..3d93a8c5ae7c6c80c2b5adf29c730005d415b8b3 100644
--- a/resources/lang/en/zitatsuche.php
+++ b/resources/lang/en/zitatsuche.php
@@ -1,6 +1,8 @@
 <?php
 
 return [
-    "head.1"	=>	"MetaGer - Quote Search",
-    "p.1"	    =>	"Browse our database for quotations and authors. Use the search field below."
+    'title'         => 'MetaGer - Quote Search',
+    'subtitle'      => 'Enter queries (authors or quotes) into the below textfield.',
+    'search-label'  => 'Enter query',
+    'results-label' => 'Search results',
 ];
\ No newline at end of file