You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: public/locales/en/settings.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,8 @@
23
23
"translationProjectLink": "Join the IPFS Translation Project"
24
24
},
25
25
"apiDescription": "<0>If your node is configured with a <1>custom Kubo RPC API address</1>, including a port other than the default 5001, enter it here.</0>",
26
-
"publicGatewayDescription": "<0>Choose which <1>public gateway</1> you want to use when generating shareable links.</0>",
26
+
"publicSubdomainGatewayDescription": "<0>Select a default <1>Subdomain Gateway</1> for generating shareable links.</0>",
27
+
"publicPathGatewayDescription": "<0>Select a fallback <1>Path Gateway</1> for generating shareable links for CIDs that exceed the 63-character DNS limit.</0>",
27
28
"cliDescription": "<0>Enable this option to display a \"view code\" <1></1> icon next to common IPFS commands. Clicking it opens a modal with that command's CLI code, so you can paste it into the IPFS command-line interface in your terminal.</0>",
28
29
"cliModal": {
29
30
"extraNotesJsonConfig": "If you've made changes to the config in this page's code editor that you'd like to save, click the download icon next to the copy button to download it as a JSON file."
lettimer=setTimeout(()=>{if(timeout())reject(newError(`Image load timed out after ${imgCheckTimeout/1000} seconds for URL: ${imgUrl}`))},imgCheckTimeout)
62
70
constimg=newImage()
63
71
64
72
img.onerror=()=>{
65
73
timeout()
66
-
reject(newError())
74
+
reject(newError(`Failed to load image from URL: ${imgUrl}`))
0 commit comments