mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-27 06:13:03 +03:00
Fix language. Delete unneeded showPGP key on messages array
This commit is contained in:
parent
40d44d8d59
commit
30d65ee852
@ -105,7 +105,6 @@ class Chat extends Component {
|
|||||||
plainTextMessage: decryptedData.decryptedMessage,
|
plainTextMessage: decryptedData.decryptedMessage,
|
||||||
validSignature: decryptedData.validSignature,
|
validSignature: decryptedData.validSignature,
|
||||||
userNick: dataFromServer.user_nick,
|
userNick: dataFromServer.user_nick,
|
||||||
showPGP: false,
|
|
||||||
time: dataFromServer.time
|
time: dataFromServer.time
|
||||||
}],
|
}],
|
||||||
})
|
})
|
||||||
|
@ -21,6 +21,7 @@
|
|||||||
"Learn RoboSats":"Learn RoboSats",
|
"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.",
|
"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!",
|
"Let's go!":"Let's go!",
|
||||||
|
"Save token and PGP credentials to file":"Save token and PGP credentials to file",
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -21,6 +21,7 @@
|
|||||||
"Learn RoboSats":"Aprende RoboSats",
|
"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.",
|
"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!",
|
"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",
|
"MAKER PAGE - MakerPage.js": "This is the page where users can create new orders",
|
||||||
|
Loading…
Reference in New Issue
Block a user