diff --git a/frontend/src/components/EncryptedChat.js b/frontend/src/components/EncryptedChat.js index ed92a1fb..ae1e0f6c 100644 --- a/frontend/src/components/EncryptedChat.js +++ b/frontend/src/components/EncryptedChat.js @@ -105,7 +105,6 @@ class Chat extends Component { plainTextMessage: decryptedData.decryptedMessage, validSignature: decryptedData.validSignature, userNick: dataFromServer.user_nick, - showPGP: false, time: dataFromServer.time }], }) diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index bde40124..64bb1e99 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -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", diff --git a/frontend/src/locales/es.json b/frontend/src/locales/es.json index 26bcb836..766cc425 100644 --- a/frontend/src/locales/es.json +++ b/frontend/src/locales/es.json @@ -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",