Update LoginPage.qml
This commit is contained in:
parent
45cecbc0ce
commit
3ddce4ee23
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue