Update LoginPage.qml

This commit is contained in:
carlosgonz 2018-10-26 16:49:37 -04:00 committed by GitHub
parent 45cecbc0ce
commit 3ddce4ee23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ Page {
PageHeader { title: qsTr("Login") }
SectionHeader {
text: "Instance"
text: qsTr("Instance")
}
TextField {
@ -182,7 +182,7 @@ Page {
FadeAnimation on opacity {}
PullDownMenu {
MenuItem {
text: "Reload"
text: qsTr("Reload")
onClicked: webView.reload()
}
}