From b1b6c4a76856a50731a9439fcdf73e371ddff493 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Grand?= <francois.grand@inrae.fr>
Date: Sun, 8 May 2022 06:23:59 +0200
Subject: [PATCH] fix: typo in english messages

---
 src/locale/messages.en.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/locale/messages.en.json b/src/locale/messages.en.json
index 022f3ee46..c05269d2b 100755
--- a/src/locale/messages.en.json
+++ b/src/locale/messages.en.json
@@ -570,7 +570,7 @@
     "INFO_REMOUSRESULTS_TIRANT": "Water depth (m)",
     "INFO_REMOUSRESULTS_TIRANTCRITIQUE": "Critical water level",
     "INFO_REMOUSRESULTS_TIRANTNORMAL": "Normal water level",
-    "INFO_REPORT_BUG_BODY": "This is an issue report.\n\nPlease describe quickly the issue you encoutered, and the steps you followed:\n\n\n\n\n--- Current session state - do not modify text below ---\n------------------------------------------------------------------------\n\n",
+    "INFO_REPORT_BUG_BODY": "This is an issue report.\n\nPlease describe quickly the issue you encountered, and the steps you followed:\n\n\n\n\n--- Current session state - do not modify text below ---\n------------------------------------------------------------------------\n\n",
     "INFO_REPORT_BUG_SUBJECT": "Issue report",
     "INFO_REQUIRES": "requires",
     "INFO_RESULTS_EXPORT_AS_SPREADSHEET": "Export as XLSX",
-- 
GitLab