From 6240ddea29033429a1ab957a26b3c2aad5e7b04b Mon Sep 17 00:00:00 2001 From: bruxy70 <44951610+bruxy70@users.noreply.github.com> Date: Tue, 10 Sep 2019 22:50:19 +0200 Subject: [PATCH] Updating confusing/incorrect information (#10322) * Updating confusing/incorrect information The country code is 2 letters, not digits (digits wold be numbers). The language is also letters, but not 4 but 2 I think. * :pencil2: Tweak --- source/_components/meteoalarm.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/meteoalarm.markdown b/source/_components/meteoalarm.markdown index cab49e20b11..4ccac08c28d 100644 --- a/source/_components/meteoalarm.markdown +++ b/source/_components/meteoalarm.markdown @@ -29,7 +29,7 @@ name: default: meteoalarm type: string country: - description: The 2 digits of your country + description: The 2 letters of your country required: true type: string province: @@ -37,7 +37,7 @@ province: required: true type: string language: - description: "The 4 digits our your language, please be aware that this is only possible in the current country. So 'ne' is only possible in Netherlands. Possible options is: bu, bs, ce, da, de, ee, en, es, ga, ca, su, fr, gr, he, hr, ma, is, it, li, la, sr, mk, ma, ne, no, po, ro, cp, sv, sl, eu." + description: "The 2 letters of your language, please be aware that this is only possible in the current country. So 'ne' is only possible in Netherlands. Possible options are: bu, bs, ce, da, de, ee, en, es, ga, ca, su, fr, gr, he, hr, ma, is, it, li, la, sr, mk, ma, ne, no, po, ro, cp, sv, sl, eu." required: false type: string default: 'en'