From 7f806877736c3569d42066c31dfef015e86c3b85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20S=C3=A9n=C3=A9chal?= <44696378+thomas-senechal@users.noreply.github.com> Date: Mon, 6 Nov 2023 09:54:52 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Ena Redzic <113043914+longgamma-massa@users.noreply.github.com> --- docs/massaStation/faq.mdx | 16 ++++++++-------- docs/massaStation/troubleshooting.mdx | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/massaStation/faq.mdx b/docs/massaStation/faq.mdx index c6c9613c1..50e950912 100644 --- a/docs/massaStation/faq.mdx +++ b/docs/massaStation/faq.mdx @@ -25,14 +25,14 @@ You can uninstall Massa Station by following the instructions on the [uninstalla If you are having trouble installing Massa Station, please check the [installation troubleshooting page](/docs/massaStation/troubleshooting) for help. -### The installation fails because it is unsupported. What do I do? +### Installation fails because of unsupported OS version. What to do? For now, Massa Station is only supported on Windows 10 and 11, MacOS 12 and later, and Debian based Linux distributions. If you are using an unsupported operating system, you can still try to install Massa Station manually by following the instructions on the [manual installation page](/docs/massaStation/manual-install). -### I can't install Massa Station because it is blocked by my antivirus. What do I do? +### Antivirus blocked installation of Massa Station. What to do? We want to assure you that Massa Station is free from viruses, and the antivirus warning is a false positive. We're in the process of obtaining necessary certificates (such as from Apple for MacOS versions), which can trigger such warnings. Being a blockchain app, Massa Station interacts with distant servers and performs cryptographic operations. Antivirus warnings for new apps in this category are common but are mostly not indicative of any threat. If you are using an antivirus that blocks Massa Station, you can try to add Massa Station to the whitelist. @@ -42,19 +42,19 @@ Massa Station’s code is publicly accessible and auditable on [GitHub](https:// ## Massa Station Usage -### How do I use Massa Station ? +### How do I use Massa Station? We have detailed instructions on how to use Massa Station such as: - [Browse Decentralized Apps](/docs/massaStation/browse-decentralized-application) - [Install Massa Wallet](/docs/massaStation/massa-wallet/getting-started) -### Why can't I use Massa Station on mobile ? +### Why can't I use Massa Station on mobile? Massa Station is a desktop super-app that, once opened, operates within your web browser. A mobile version is not available at this time. -### Why can't I see modules in module store ? +### Why can't I see modules in module store? The module store is hosted on GitHub. If you are in a country that blocks GitHub, you will not be able to see the modules. @@ -65,7 +65,7 @@ For example with the Massa Wallet module: 2. Copy the URL of the `.zip` file corresponding to your operating system. 3. Paste the URL in the right panel of the module store and click on "Install". -### Why can't I access Massa Station from my browser ? +### Why can't I access Massa Station from my browser? Massa Station must be installed and running on your computer to be able to access it from your browser. If you have installed Massa Station, please make sure it is running. @@ -74,7 +74,7 @@ If Massa Station is running, please check that you are using the correct URL. Th If you are still having trouble accessing Massa Station, please check the [troubleshooting page](/docs/massaStation/troubleshooting) for help. -### When I click on the "Install" button of a module, nothing happens. What should I do ? +### "Install" module button doesn't work. What to do? This is a known issue that happens when a module is stored on GitHub. We are investigating the issue. @@ -85,7 +85,7 @@ For example with the Massa Wallet module: 2. Copy the URL of the `.zip` file corresponding to your operating system. 3. Paste the URL in the right panel of the module store and click on "Install". -### Why isn't Massa Station working on Safari ? +### Why isn't Massa Station working on Safari? Massa Station is only available in HTTP on Safari. Supporting HTTPS on Safari is on our roadmap but we don't have an ETA yet. diff --git a/docs/massaStation/troubleshooting.mdx b/docs/massaStation/troubleshooting.mdx index 48b5685d7..5b1526752 100644 --- a/docs/massaStation/troubleshooting.mdx +++ b/docs/massaStation/troubleshooting.mdx @@ -63,7 +63,7 @@ listen tcp :80: bind: address already in use That means that another application is already using the port 80. You can either stop the application using the port 80 or change its port. -### When opening Massa Station, I get a page with the error "DNS_PROBE_FINISHED_NXDOMAIN" +### I get a page with the error "DNS_PROBE_FINISHED_NXDOMAIN" This error means that your computer can't resolve the domain name of Massa Station. This can happen in multiple cases: @@ -93,7 +93,7 @@ If the problem persists, please open an issue with the logs of Massa Station as [Get Massa Station logs](#get-massa-station-logs) section. -### When opening Massa Station, I get a page with the error "ERR_CONNECTION_REFUSED" +### I get a page with the error "ERR_CONNECTION_REFUSED" This error means that your computer can't connect to Massa Station. This might be because Massa Station isn't running or because the redirection to `station.massa` isn't working.