Skip to content

Commit 7d00889

Browse files
authored
fix: add hint about basic http auth for rpc (#2338)
1 parent 699f735 commit 7d00889

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

public/locales/en/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"couldNotConnect": "Could not connect to the Kubo RPC"
4747
},
4848
"apiAddressForm": {
49-
"placeholder": "Enter a URL (http://127.0.0.1:5001) or a Multiaddr (/ip4/127.0.0.1/tcp/5001)"
49+
"placeholder": "Enter a URL (http://user:password@127.0.0.1:5001) or a Multiaddr (/ip4/127.0.0.1/tcp/5001)"
5050
},
5151
"publicGatewayForm": {
5252
"placeholder": "Enter a URL (https://ipfs.io)"

public/locales/fi/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"couldNotConnect": "Yhdistäminen IPFS-rajapintaan ei onnistunut"
4747
},
4848
"apiAddressForm": {
49-
"placeholder": "Enter a URL (http://127.0.0.1:5001) or a Multiaddr (/ip4/127.0.0.1/tcp/5001)"
49+
"placeholder": "Enter a URL (http://user:password@127.0.0.1:5001) or a Multiaddr (/ip4/127.0.0.1/tcp/5001)"
5050
},
5151
"publicGatewayForm": {
5252
"placeholder": "Enter a URL (https://dweb.link)"

public/locales/hu/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"couldNotConnect": "Could not connect to the Kubo RPC"
4747
},
4848
"apiAddressForm": {
49-
"placeholder": "Enter a URL (http://127.0.0.1:5001) or a Multiaddr (/ip4/127.0.0.1/tcp/5001)"
49+
"placeholder": "Enter a URL (http://user:password@127.0.0.1:5001) or a Multiaddr (/ip4/127.0.0.1/tcp/5001)"
5050
},
5151
"publicGatewayForm": {
5252
"placeholder": "Enter a URL (https://ipfs.io)"

public/locales/ja-JP/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"couldNotConnect": "Could not connect to the Kubo RPC"
4747
},
4848
"apiAddressForm": {
49-
"placeholder": "Enter a URL (http://127.0.0.1:5001) or a Multiaddr (/ip4/127.0.0.1/tcp/5001)"
49+
"placeholder": "Enter a URL (http://user:password@127.0.0.1:5001) or a Multiaddr (/ip4/127.0.0.1/tcp/5001)"
5050
},
5151
"publicGatewayForm": {
5252
"placeholder": "Enter a URL (https://ipfs.io)"

public/locales/ko-KR/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"couldNotConnect": "Could not connect to the IPFS API"
4747
},
4848
"apiAddressForm": {
49-
"placeholder": "Enter a URL (http://127.0.0.1:5001) or a Multiaddr (/ip4/127.0.0.1/tcp/5001)"
49+
"placeholder": "Enter a URL (http://user:password@127.0.0.1:5001) or a Multiaddr (/ip4/127.0.0.1/tcp/5001)"
5050
},
5151
"publicGatewayForm": {
5252
"placeholder": "Enter a URL (https://dweb.link)"

public/locales/ur/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"couldNotConnect": "Could not connect to the Kubo RPC"
4747
},
4848
"apiAddressForm": {
49-
"placeholder": "Enter a URL (http://127.0.0.1:5001) or a Multiaddr (/ip4/127.0.0.1/tcp/5001)"
49+
"placeholder": "Enter a URL (http://user:password@127.0.0.1:5001) or a Multiaddr (/ip4/127.0.0.1/tcp/5001)"
5050
},
5151
"publicGatewayForm": {
5252
"placeholder": "Enter a URL (https://ipfs.io)"

0 commit comments

Comments
 (0)