Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Miscellaneous help text fixes #1465

Merged
merged 2 commits into from
Apr 27, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/locales/en/explore.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"explorer": {
"step1": {
"title": "IPLD Explorer",
"paragraph1": "Your journey of explorer starts here. Continue to learn more."
"paragraph1": "Your journey with IPLD Explorer starts here. Click \"Next\" to learn more."
},
"step2": {
"title": "Breadcrumbs",
Expand Down
2 changes: 1 addition & 1 deletion public/locales/en/files.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"step1": {
"title": "Files page",
"paragraph1": "<0>This is where the files on your <1>Mutable File System (MFS)</1> live. You can add files or folders and manage them from this page.</0>",
"paragraph2": "Continue to learn more."
"paragraph2": "Click \"Next\" to learn more."
},
"step2": {
"title": "Breadcrumbs",
Expand Down
2 changes: 1 addition & 1 deletion public/locales/en/peers.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"step1": {
"title": "Peers page",
"paragraph1": "This is where you can see the peers that you are connected to and the country they are in.",
"paragraph2": "Continue to learn more."
"paragraph2": "Click \"Next\" to learn more."
},
"step2": {
"title": "Peers map",
Expand Down
4 changes: 2 additions & 2 deletions public/locales/en/status.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
"step1": {
"title": "Status page",
"paragraph1": "This is the starting point of your IPFS node and where you can check its basic info.",
"paragraph2": "Continue to learn more."
"paragraph2": "Click \"Next\" to learn more."
},
"step2": {
"title": "Connection status",
"paragraph1": "This takes you to a page where you can check if you are connected to an IPFS daemon, and if not, how to connect to one.",
"paragraph2": "You can configure your node to with a custom API address too."
"paragraph2": "You can configure your node with a custom API address, too."
},
"step3": {
"title": "Node info",
Expand Down
4 changes: 2 additions & 2 deletions public/locales/no/status.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
"step1": {
"title": "Status page",
"paragraph1": "This is the starting point of your IPFS node and where you can check its basic info.",
"paragraph2": "Continue to learn more."
"paragraph2": "Click \"Next\" to learn more."
},
"step2": {
"title": "Connection status",
"paragraph1": "This takes you to a page where you can check if you are connected to an IPFS daemon, and if not, how to connect to one.",
"paragraph2": "You can configure your node to with a custom API address too."
"paragraph2": "You can configure your node with a custom API address, too."
},
"step3": {
"title": "Node Info",
Expand Down