Skip to content

Commit 1a6495d

Browse files
authored
fix: replace IPFS API with Kubo RPC (#1164)
* 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
1 parent 0ee35d2 commit 1a6495d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

add-on/_locales/en/messages.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
"description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayAddressTitle)"
2929
},
3030
"panel_statusApiAddress": {
31-
"message": "API",
31+
"message": "RPC",
3232
"description": "A label in Node status section of Browser Action pop-up (panel_statusApiAddress)"
3333
},
3434
"panel_statusApiAddressTitle": {
35-
"message": "The URL of your local node's API",
35+
"message": "The URL of your local Kubo RPC",
3636
"description": "A label in Node status section of Browser Action pop-up (panel_statusApiAddressTitle)"
3737
},
3838
"panel_statusGatewayVersion": {
@@ -200,7 +200,7 @@
200200
"description": "A title of system notification (notify_fileCpImportErrorTitle)"
201201
},
202202
"notify_importErrorTitle": {
203-
"message": "Unable to Import via IPFS API",
203+
"message": "Unable to Import via Kubo RPC",
204204
"description": "A title of system notification (notify_importErrorTitle)"
205205
},
206206
"notify_importTrackingProtectionErrorMsg": {
@@ -316,7 +316,7 @@
316316
"description": "An option title on the Preferences screen (option_useSubdomains_title)"
317317
},
318318
"option_useSubdomains_description": {
319-
"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.",
319+
"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.",
320320
"description": "An option description on the Preferences screen (option_useSubdomains_description)"
321321
},
322322
"option_dnslinkRedirect_title": {
@@ -376,11 +376,11 @@
376376
"description": "A section header on the Preferences screen (option_header_api)"
377377
},
378378
"option_ipfsApiUrl_title": {
379-
"message": "IPFS API URL",
379+
"message": "Kubo RPC URL",
380380
"description": "An option title on the Preferences screen (option_ipfsApiUrl_title)"
381381
},
382382
"option_ipfsApiUrl_description": {
383-
"message": "Set the URL of your IPFS API. (Hint: this is where /api/v0/config lives.)",
383+
"message": "Set the URL of your Kubo RPC. (Hint: this is where https://docs.ipfs.tech/reference/kubo/rpc/ lives.)",
384384
"description": "An option description on the Preferences screen (option_ipfsApiUrl_description)"
385385
},
386386
"option_ipfsApiPollMs_title": {
@@ -396,7 +396,7 @@
396396
"description": "An option title on the Preferences screen (option_automaticMode_title)"
397397
},
398398
"option_automaticMode_description": {
399-
"message": "Automatically switch from your local gateway to your default public gateway if the IPFS API is unavailable.",
399+
"message": "Automatically switch from your local gateway to your default public gateway if the Kubo RPC is unavailable.",
400400
"description": "An option description on the Preferences screen (option_automaticMode_description)"
401401
},
402402
"option_header_dnslink": {

0 commit comments

Comments
 (0)