Merge pull request #37 from ghost/patch-1

Update LoginPage.qml
This commit is contained in:
Dusko Angirevic 2018-12-14 11:40:30 +01:00 committed by GitHub
commit 2cb14275b5
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()
}
}