diff --git a/public/locales/en/files.json b/public/locales/en/files.json index 52c0624f0..96fa11ede 100644 --- a/public/locales/en/files.json +++ b/public/locales/en/files.json @@ -68,7 +68,7 @@ "welcomeInfo": { "header": "Welcome to the IPFS Web UI", "paragraph1": "<0><0>Check the status of your node, its Peer ID and connection info, the network traffic and the number of connected peers.", - "paragraph2": "<0>Easily <1>manage files in your IPFS repo. You can drag and drop to add files, and you can move, rename, delete, share or download them.", + "paragraph2": "<0>Easily manage files in your IPFS repo. Drag and drop here to add files, and you can move, rename, delete, share or download them.", "paragraph3": "<0>You can <1>explore IPLD data that underpins how IPFS works.", "paragraph4": "<0>See all of your <1>connected peers, geolocated by their IP address.", "paragraph5": "<0><0>Review the settings for your IPFS node, and update them to better suit your needs.", @@ -120,7 +120,7 @@ "inspect": "Inspect" }, "previousFolder": "Go back to previous folder", - "fileLabel": "Select {type} {name} with size: {size}", + "fileLabel": "Select {type} {name} with size: {size}", "hashUnavailable": "hash unavailable", "checkboxLabel": "View more options for {name}", "pins": "Pins", diff --git a/public/locales/ko-KR/files.json b/public/locales/ko-KR/files.json index 5848c59f5..9b23c842a 100644 --- a/public/locales/ko-KR/files.json +++ b/public/locales/ko-KR/files.json @@ -62,7 +62,7 @@ "welcomeInfo": { "header": "Welcome to the IPFS Web UI", "paragraph1": "<0><0>Check the status of your node, it's Peer ID and connection info, the network traffic and the number of connected peers.", - "paragraph2": "<0>Easily <1>manage files in your IPFS repo. You can drag and drop to add files, move and rename them, delete, share or download them.", + "paragraph2": "<0>Easily manage files in your IPFS repo. Drag and drop here to add files, move and rename them, delete, share or download them.", "paragraph3": "<0>You can <1>explore IPLD data that underpins how IPFS works.", "paragraph4": "<0>See all of your <1>connected peers, geolocated by their IP address.", "paragraph5": "<0><0>Review the settings for your IPFS node, and update them to better suit your needs.", diff --git a/public/locales/sv/files.json b/public/locales/sv/files.json index 82063dc8f..09884e7ef 100644 --- a/public/locales/sv/files.json +++ b/public/locales/sv/files.json @@ -62,7 +62,7 @@ "welcomeInfo": { "header": "Välkommen till IPFS webb-gränssnitt", "paragraph1": "<0><0>Check the status of your node, it's Peer ID and connection info, the network traffic and the number of connected peers.", - "paragraph2": "<0>Easily <1>manage files in your IPFS repo. You can drag and drop to add files, move and rename them, delete, share or download them.", + "paragraph2": "<0>Easily manage files in your IPFS repo. Drag and drop here to add files, move and rename them, delete, share or download them.", "paragraph3": "<0>You can <1>explore IPLD data that underpins how IPFS works.", "paragraph4": "<0>See all of your <1>connected peers, geolocated by their IP address.", "paragraph5": "<0><0>Review the settings for your IPFS node, and update them to better suit your needs.", diff --git a/src/files/info-boxes/welcome-info/WelcomeInfo.js b/src/files/info-boxes/welcome-info/WelcomeInfo.js index ea377ee62..39466df46 100644 --- a/src/files/info-boxes/welcome-info/WelcomeInfo.js +++ b/src/files/info-boxes/welcome-info/WelcomeInfo.js @@ -9,10 +9,10 @@ const WelcomeInfo = ({ t }) => (

{t('welcomeInfo.header')}

-

Check the status of your node, it's Peer ID and connection info, the network traffic and the number of connected peers.

+

Check the status of your node, its Peer ID and connection info, the network traffic and the number of connected peers.

-

Easily manage files in your IPFS repo. You can drag and drop to add files, move and rename them, delete, share or download them.

+

Easily manage files in your IPFS repo. Drag and drop here to add files, move and rename them, delete, share or download them.

You can explore IPLD data that underpins how IPFS works.