diff --git a/packages/api/src/readDataFeeds.ts b/packages/api/src/readDataFeeds.ts index 90788dcb..44cc27cc 100644 --- a/packages/api/src/readDataFeeds.ts +++ b/packages/api/src/readDataFeeds.ts @@ -13,7 +13,7 @@ function isRouterDataFeedsConfig(val: any): val is RouterDataFeedsConfig { } export async function fetchDataFeedsRouterConfig(): Promise { - console.log('CONFIG URL', CONFIG_URL) + console.log('Reading configuration file from:', CONFIG_URL) return await axios .get(CONFIG_URL) .then((res) => { diff --git a/packages/ui/locales/en-US.json b/packages/ui/locales/en-US.json index 3b541026..e2a5fcf2 100644 --- a/packages/ui/locales/en-US.json +++ b/packages/ui/locales/en-US.json @@ -102,7 +102,7 @@ "title": "Users and Partners" } }, - "empty_feeds": "There are no active feeds in {0}. Request new price feed!", + "empty_feeds": "There are no active feeds in {0}. Request a new price feed!", "feeds": "feeds", "data_feeds": "Data feeds", "networks": "Networks",