Skip to content

Commit

Permalink
fix: replace IPFS API with Kubo RPC (#1164)
Browse files Browse the repository at this point in the history
* fix: replace IPFS API with Kubo RPC

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

* fix: replace API with RPC

* fix: remove mention of go-ipfs
  • Loading branch information
lidel committed Feb 22, 2023
1 parent 0ee35d2 commit 1a6495d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions add-on/_locales/en/messages.json
Expand Up @@ -28,11 +28,11 @@
"description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayAddressTitle)"
},
"panel_statusApiAddress": {
"message": "API",
"message": "RPC",
"description": "A label in Node status section of Browser Action pop-up (panel_statusApiAddress)"
},
"panel_statusApiAddressTitle": {
"message": "The URL of your local node's API",
"message": "The URL of your local Kubo RPC",
"description": "A label in Node status section of Browser Action pop-up (panel_statusApiAddressTitle)"
},
"panel_statusGatewayVersion": {
Expand Down 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 @@ -316,7 +316,7 @@
"description": "An option title on the Preferences screen (option_useSubdomains_title)"
},
"option_useSubdomains_description": {
"message": "Isolate content roots from each other by loading them as subdomains (at *.localhost) and creating a unique origin for each CID, IPNS, or DNSLink record. Requires go-ipfs 0.5.0 or later on your local node.",
"message": "Isolate content roots from each other by loading them as subdomains (at *.localhost) and creating a unique origin for each CID, IPNS, or DNSLink record.",
"description": "An option description on the Preferences screen (option_useSubdomains_description)"
},
"option_dnslinkRedirect_title": {
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 1a6495d

Please sign in to comment.