From a10ee979582ce524ab70951b595a50244406bed2 Mon Sep 17 00:00:00 2001
From: Reckless_Satoshi
Date: Sat, 15 Jan 2022 07:45:44 -0800
Subject: [PATCH] Fix small typos and usergen bug
---
frontend/src/components/BottomBar.js | 18 ++++++++++++++----
frontend/src/components/InfoDialog.js | 13 ++++++-------
frontend/src/components/UserGenPage.js | 3 ++-
frontend/templates/frontend/index.html | 4 ++++
4 files changed, 26 insertions(+), 12 deletions(-)
diff --git a/frontend/src/components/BottomBar.js b/frontend/src/components/BottomBar.js
index d36a1b1b..a0800075 100644
--- a/frontend/src/components/BottomBar.js
+++ b/frontend/src/components/BottomBar.js
@@ -13,6 +13,7 @@ import BoltIcon from '@mui/icons-material/Bolt';
import GitHubIcon from '@mui/icons-material/GitHub';
import EqualizerIcon from '@mui/icons-material/Equalizer';
import SendIcon from '@mui/icons-material/Send';
+import PublicIcon from '@mui/icons-material/Public';
export default class BottomBar extends Component {
constructor(props) {
@@ -66,6 +67,7 @@ export default class BottomBar extends Component {
+
@@ -75,12 +77,20 @@ export default class BottomBar extends Component {
+
+
+
+
+
+
+
+
)
@@ -105,10 +115,10 @@ export default class BottomBar extends Component {
Community
Support is only offered via public channels.
- For questions and hanging out with other robots
- join the Telegram Groups. If you find a bug
- or want to see new features, use the Github
- Issues page.
+ Writte us on our Telegram community if you have
+ questions or want to hang out with other cool robots.
+ If you find a bug or want to see new features, use
+ the Github Issues page.
diff --git a/frontend/src/components/InfoDialog.js b/frontend/src/components/InfoDialog.js
index ac867a1a..3815edcf 100644
--- a/frontend/src/components/InfoDialog.js
+++ b/frontend/src/components/InfoDialog.js
@@ -44,9 +44,9 @@ export default class InfoDialog extends Component {
Are there trade limits?
Maximum single trade size is 500,000 Satoshis to minimize lightning
- routing failures. This limit will be raised as the Lightning Network
- matures. There is no limits to the number of trades per day
- or number of simultaneous Robots you can use.
+ routing. There is no limits to the number of trades per day. A robot
+ can only have one order at a time. However, you can use multiple
+ Robots simultatenously in different browsers (remember to back up the tokens!).
Is RoboSats private?
@@ -99,7 +99,7 @@ export default class InfoDialog extends Component {
- It RoboSats legal in my country?
+ Is RoboSats legal in my country?
In many countries using RoboSats is no different than using Ebay
or Craiglist. Your regulation may vary. It is your responsibility
@@ -112,12 +112,11 @@ export default class InfoDialog extends Component {
This lightning application is provided as is. It is in active
development: trade with the utmost caution. There is no private
support. Support is only offered via public channels
- (Telegram). RoboSats will never contact you.
- RoboSats will definitely never ask for your user token.
+ (Telegram). RoboSats will never contact you.
+ RoboSats will definitely never ask for your robot token.