aboutsummaryrefslogtreecommitdiff
path: root/LeftPanel.qml
diff options
context:
space:
mode:
Diffstat (limited to 'LeftPanel.qml')
-rw-r--r--LeftPanel.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml
index cd87de7e..bd6fca4a 100644
--- a/LeftPanel.qml
+++ b/LeftPanel.qml
@@ -229,7 +229,7 @@ Rectangle {
anchors.left: parent.left
anchors.right: parent.right
text: qsTr("Send") + translationManager.emptyString
- symbol: qsTr("T") + translationManager.emptyString
+ symbol: qsTr("S") + translationManager.emptyString
dotColor: "#FF6C3C"
onClicked: {
parent.previousButton.checked = false
@@ -365,7 +365,7 @@ Rectangle {
anchors.left: parent.left
anchors.right: parent.right
text: qsTr("Sign/verify") + translationManager.emptyString
- symbol: qsTr("S") + translationManager.emptyString
+ symbol: qsTr("I") + translationManager.emptyString
dotColor: "#AAFFBB"
onClicked: {
parent.previousButton.checked = false
@@ -386,7 +386,7 @@ Rectangle {
anchors.left: parent.left
anchors.right: parent.right
text: qsTr("Settings") + translationManager.emptyString
- symbol: qsTr("S") + translationManager.emptyString
+ symbol: qsTr("E") + translationManager.emptyString
dotColor: "#36B25C"
onClicked: {
parent.previousButton.checked = false