Fix language. Delete unneeded showPGP key on messages array

This commit is contained in:
Reckless_Satoshi 2022-05-26 06:39:19 -07:00
parent 40d44d8d59
commit 30d65ee852
No known key found for this signature in database
GPG Key ID: 9C4585B561315571
3 changed files with 2 additions and 1 deletions

View File

@ -105,7 +105,6 @@ class Chat extends Component {
plainTextMessage: decryptedData.decryptedMessage,
validSignature: decryptedData.validSignature,
userNick: dataFromServer.user_nick,
showPGP: false,
time: dataFromServer.time
}],
})

View File

@ -21,6 +21,7 @@
"Learn RoboSats":"Learn RoboSats",
"You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.":"You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.",
"Let's go!":"Let's go!",
"Save token and PGP credentials to file":"Save token and PGP credentials to file",

View File

@ -21,6 +21,7 @@
"Learn RoboSats":"Aprende RoboSats",
"You are about to visit Learn RoboSats. It hosts tutorials and documentation to help you learn how to use RoboSats and understand how it works.":"Vas a visitar la página Learn RoboSats. Ha sido construida por la comunidad y contiene tutoriales y documentación que te ayudará a aprender como se usa RoboSats y a entender como funciona.",
"Let's go!":"¡Vamos!",
"Save token and PGP credentials to file":"Guardar archivo con token y credenciales PGP",
"MAKER PAGE - MakerPage.js": "This is the page where users can create new orders",