From 694b7ff8661027930114849c88925a61b1816c5f Mon Sep 17 00:00:00 2001
From: "Yenthe V.G" <yenthevg@gmail.com>
Date: Tue, 3 Oct 2017 17:35:05 +0200
Subject: [PATCH] [FIX] hr_expense: improve tour message

Better English

Closes #19867
---
 addons/hr_expense/static/src/js/tour.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/addons/hr_expense/static/src/js/tour.js b/addons/hr_expense/static/src/js/tour.js
index 0e787c421fd7..14bc3ae7873b 100644
--- a/addons/hr_expense/static/src/js/tour.js
+++ b/addons/hr_expense/static/src/js/tour.js
@@ -18,7 +18,7 @@ tour.register('hr_expense_tour' ,
 }, {
     trigger: '.o_list_button_add',
     extra_trigger: ".o_expense_tree",
-    content: _t('<p>Click here to create your first expense and add it to below.</p>'),
+    content: _t('<p>Click here to create your first expense and add it under here.</p>'),
     position: 'bottom'
 }, {
     trigger: ".o_required_modifier input",
-- 
GitLab