Skip to content

Commit

Permalink
fix: replace IPFS API with Kubo RPC
Browse files Browse the repository at this point in the history
We've made the UX rename a while ago, to make it clear
this is not "IPFS API" but RPC specific to Kubo implementation.

Unfortunately, the most user-facing app (Companion) is still
using old terminology. This closes the gap.

More: ipfs/kubo#8959
  • Loading branch information
lidel committed Feb 22, 2023
1 parent 7651e9e commit c046a40
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions add-on/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
"description": "A title of system notification (notify_fileCpImportErrorTitle)"
},
"notify_importErrorTitle": {
"message": "Unable to Import via IPFS API",
"message": "Unable to Import via Kubo RPC",
"description": "A title of system notification (notify_importErrorTitle)"
},
"notify_importTrackingProtectionErrorMsg": {
Expand Down Expand Up @@ -376,11 +376,11 @@
"description": "A section header on the Preferences screen (option_header_api)"
},
"option_ipfsApiUrl_title": {
"message": "IPFS API URL",
"message": "Kubo RPC URL",
"description": "An option title on the Preferences screen (option_ipfsApiUrl_title)"
},
"option_ipfsApiUrl_description": {
"message": "Set the URL of your IPFS API. (Hint: this is where /api/v0/config lives.)",
"message": "Set the URL of your Kubo RPC. (Hint: this is where https://docs.ipfs.tech/reference/kubo/rpc/ lives.)",
"description": "An option description on the Preferences screen (option_ipfsApiUrl_description)"
},
"option_ipfsApiPollMs_title": {
Expand All @@ -396,7 +396,7 @@
"description": "An option title on the Preferences screen (option_automaticMode_title)"
},
"option_automaticMode_description": {
"message": "Automatically switch from your local gateway to your default public gateway if the IPFS API is unavailable.",
"message": "Automatically switch from your local gateway to your default public gateway if the Kubo RPC is unavailable.",
"description": "An option description on the Preferences screen (option_automaticMode_description)"
},
"option_header_dnslink": {
Expand Down

0 comments on commit c046a40

Please sign in to comment.