diff --git a/modules/tchap-translations/tchap_translations.json b/modules/tchap-translations/tchap_translations.json index cc19de0ce..e6f61cb39 100644 --- a/modules/tchap-translations/tchap_translations.json +++ b/modules/tchap-translations/tchap_translations.json @@ -807,7 +807,11 @@ "fr": "Cette version de navigateur ne permet pas une exécution optimale de %(brand)s" }, "incompatible_browser|browser_links": { - "en": "Please install a recent version of Chrome, Firefox, Edge or Safari for the best experience.", - "fr": "Pour une expérience optimale, veuillez installer une version récente de l'un des navigateurs suivants : Chrome, Firefox, Edge ou Safari." + "en": "Please install a recent version of Chrome, Firefox, Edge or Safari for the best experience. Don't hesitate to contact your IT department of your ministery or organization", + "fr": "Pour une expérience optimale, veuillez installer une version récente de l'un des navigateurs suivants : Chrome, Firefox, Edge ou Safari. N'hésitez pas à vous rapprocher du service informatique de votre ministère ou organisation." + }, + "incompatible_browser|title": { + "en": "Information on your browser version", + "fr": "Information sur votre version de navigateur" } } diff --git a/package.json b/package.json index ea02dd723..e96bfe1ea 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "element-web", "productName": "Tchap", - "version": "4.7.2", + "version": "4.7.3", "version-element-web": "1.11.72", "description": "A feature-rich client for Matrix.org", "author": "DINUM",