Skip to content

Commit

Permalink
fix: update copies
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Jun 7, 2024
1 parent 842f9ff commit 1b742ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/api/src/readDataFeeds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function isRouterDataFeedsConfig(val: any): val is RouterDataFeedsConfig {
}

export async function fetchDataFeedsRouterConfig(): Promise<RouterDataFeedsConfig | null> {
console.log('CONFIG URL', CONFIG_URL)
console.log('Reading configuration file from:', CONFIG_URL)
return await axios
.get(CONFIG_URL)
.then((res) => {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1b742ab

Please sign in to comment.