Skip to content

Commit c046a40

Browse files
authored
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
1 parent 7651e9e commit c046a40

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

add-on/_locales/en/messages.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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": {
@@ -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)