From 16ea12400d7cd62943709b1b4671d524c6df38b1 Mon Sep 17 00:00:00 2001 From: Quentin LEGAY <71465560+quentinlegay@users.noreply.github.com> Date: Sun, 24 Sep 2023 20:09:23 +0200 Subject: [PATCH] fix typo mistake on openweather integration description (EN) --- front/src/config/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/config/i18n/en.json b/front/src/config/i18n/en.json index 1d62ccce83..2dc2add5dd 100644 --- a/front/src/config/i18n/en.json +++ b/front/src/config/i18n/en.json @@ -720,7 +720,7 @@ }, "openWeather": { "title": "OpenWeather API", - "description": "Display the weather in your town on your dasboard.", + "description": "Display the weather in your town on your dashboard.", "introduction": "This integration helps you integrate with OpenWeather API to get the weather in Gladys.", "instructions": "You first need to create an account on OpenWeather API website: https://openweathermap.org/api.", "apiKeyLabel": "Then, enter your API key here:",