From 32b4863a000f7bc1d679ea3ab65f703f8261dbf0 Mon Sep 17 00:00:00 2001 From: eldadfux Date: Sat, 17 Aug 2019 11:16:26 +0300 Subject: [PATCH] Updated docs --- app/controllers/locale.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/locale.php b/app/controllers/locale.php index 552fedb7a2..9cf4969790 100644 --- a/app/controllers/locale.php +++ b/app/controllers/locale.php @@ -87,7 +87,7 @@ $utopia->get('/v1/locale/countries/eu') ->label('scope', 'locale.read') ->label('sdk.namespace', 'locale') ->label('sdk.method', 'getCountriesEU') - ->label('sdk.description', 'List of all countries that are currently members of the EU. You can use the locale header to get the data in supported language.') + ->label('sdk.description', 'List of all countries that are currently members of the EU. You can use the locale header to get the data in supported language. UK brexit date is currently set to 2019-10-31 and will be updated if and when needed.') ->action( function() use ($response, $request) {