From bb6bea6c7d142e7b06f96720c004e4846d54100a Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Mon, 13 Apr 2020 11:18:09 +0300 Subject: [PATCH] Fixed doc title --- app/controllers/api/locale.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/api/locale.php b/app/controllers/api/locale.php index eab8f5531..8f4f2e327 100644 --- a/app/controllers/api/locale.php +++ b/app/controllers/api/locale.php @@ -134,7 +134,7 @@ $utopia->get('/v1/locale/countries/phones') ); $utopia->get('/v1/locale/continents') - ->desc('List Countries') + ->desc('List Continents') ->label('scope', 'locale.read') ->label('sdk.platform', [APP_PLATFORM_CLIENT, APP_PLATFORM_SERVER]) ->label('sdk.namespace', 'locale')