aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qt-mobile/qml/Preferences.qml5
1 files changed, 3 insertions, 2 deletions
diff --git a/qt-mobile/qml/Preferences.qml b/qt-mobile/qml/Preferences.qml
index 8b3ae2bd3..b199be739 100644
--- a/qt-mobile/qml/Preferences.qml
+++ b/qt-mobile/qml/Preferences.qml
@@ -27,7 +27,7 @@ Item {
}
Label {
- text: "Email Address"
+ text: "Email"
Layout.alignment: Qt.AlignRight
}
@@ -63,7 +63,8 @@ Item {
}
Label {
- text: "Save Password locally"
+ text: "Remember"
+ Layout.alignment: Qt.AlignRight
}
CheckBox {