Merge pull request #1750

Downloads: update GUI/CLI title and intro text
This commit is contained in:
luigi1111 2021-08-07 10:57:22 -04:00 committed by GitHub
commit f7d9ffc925
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View file

@ -185,8 +185,8 @@ team:
downloads:
intro: On this page you can find and download the latest version available of the Monero software, as well as hardware, light and mobile wallets.
choose: Choose your download
gui: GUI Wallet
cli: CLI Wallet
gui: Monero GUI Wallet
cli: Monero CLI Wallet
blockchain: Import Blockchain
blockchain1: If you'd prefer to use a raw blockchain instead of syncing from scratch, you can use the most current bootstrap. It is typically much faster to sync from scratch, however, and it also takes a lot less RAM.
blockchain2: If you wish to proceed anyway, take a look at the user guide
@ -195,7 +195,7 @@ downloads:
blockchainbutton: Download Blockchain
mobilelight: Mobile & Light Wallets
hardware: Hardware Wallets
gui_intro: The GUI wallet provides a nice user interface, adaptable to all kinds of users, but it is especially recommended for less technical people who want to quickly send and receive XMR.
gui_intro: An open-source graphical user interface (GUI) wallet developed by the Monero community, completely free to use, suitable for both beginners and advanced users.
simplemode: Simple mode
simplemode1: Created for less technical users who only want to use Monero in the easiest and quickest way possible. Open the wallet, automatically connect to a @remote-node, send/receive XMR, done!
advancedmode: Advanced mode
@ -209,6 +209,7 @@ downloads:
pruning: Blockchain pruning
pruning1: Not enough disk space? Just use @pruning to download only 1/3 of the blockchain
langs: "<b>30+ languages</b> available"
cli_intro0: An open-source command line interface (CLI) wallet developed by the Monero community, completely free to use, best suited for developers, intermediate, and advanced users.
cli_intro: The CLI wallet gives you the total control over your Monero node and funds. Highly customizable and includes various analysis tools, as well as an HTTP RPC and 0MQ interface.
currentversion: Current Version
sourcecode: Source Code

View file

@ -136,7 +136,7 @@ permalink: /downloads/index.html
<div class="row start-md">
<div class="col-md-12 col-sm-12 col-xs-12">
<h2 id="cli">{% t downloads.cli %}</h2>
<i>{% t downloads.cli_intro %}</i>
<i>{% t downloads.cli_intro0 %} {% t downloads.cli_intro %}</i>
</div>
<div class="col-md-7 col-sm-12 align-blocks">
<img class="screen" width="882" height="882" loading="lazy" alt="{% t accessibility.cliscreen %}" src={% if site.lang == "en" %}"/img/downloads/cli.png"{% else %}"/img/downloads/{{site.lang}}/cli.png"{% endif %}>