diff --git a/app/labelsTower.py b/app/labelsTower.py
index 54ce638e9c524bd523464151356b41c2e567b367..b0d7a3bb63592e3cb4cbe88b6fef74071e7a2259 100644
--- a/app/labelsTower.py
+++ b/app/labelsTower.py
@@ -18,6 +18,11 @@ class CustomFlask(Flask):
 app = CustomFlask(__name__)
 app.config['DEBUG'] = True
 
+text_component = {"labels_title_fr": "Étiquettes",
+    "labels_title_ang": "Labels",
+    "result_title_fr": "Tutoriels",
+    "result_title_ang": "Tutorials"}
+
 @app.route('/')
 def home():
     return search_tuto()
@@ -89,7 +94,7 @@ def manage_labels():
 
 @app.route('/browse')
 def search_tuto():
-    return render_template('browse.html')
+    return render_template('browse.html', txt=text_component)
 
 @app.route('/add_new_tuto', methods=['GET', 'POST'])
 def add_new_tuto():
diff --git a/app/templates/browse.html b/app/templates/browse.html
index d50e14de8f993c6b62e539016d551d5f300716a7..313f3f7ddd6cd3100a72f99ae367acaace5ba225 100644
--- a/app/templates/browse.html
+++ b/app/templates/browse.html
@@ -27,8 +27,8 @@
 					<div id='hierarchy' class="panel panel-primary" v-cloak>
 
 						<div class="panel-heading title">
-							<span v-if="this.labels_language == 'US'" style="margin-left: 9%; margin-right: 4%"><span class="glyphicon glyphicon-tags"></span>Labels</span>
-							<span v-else style="margin-left: -6%; margin-right: 4%;"><span class="glyphicon glyphicon-tags"></span>Étiquettes</span>
+							<span v-if="this.labels_language == 'US'" style="margin-left: 9%; margin-right: 4%"><span class="glyphicon glyphicon-tags"></span>[[ txt['labels_title_ang'] ]]</span>
+							<span v-else style="margin-left: -6%; margin-right: 4%;"><span class="glyphicon glyphicon-tags"></span>[[ txt['labels_title_fr'] ]]</span>
 							<span style="margin-right: -10%;">
 								<span v-if='this.labels_language == "FR"'>
 									<img style="height:25px; width:25px; margin-right: 3%;" src="static/boue_france.png">
@@ -82,8 +82,8 @@
 						<div class="panel-heading title">
 							<span style="margin-left: 9%; margin-right: 3%;">
 								<span class="glyphicon glyphicon-book"></span>
-								<span v-if="this.labels_language == 'FR'">Tutoriels</span>
-								<span v-else="this.labels_language == 'US'">Tutorials</span>
+								<span v-if="this.labels_language == 'FR'">[[ txt['result_title_fr'] ]]</span>
+								<span v-else="this.labels_language == 'US'">[[ txt['result_title_ang'] ]]</span>
 							</span>
 
 							<span style="margin-left: 0%">