native: fix typos
This commit is contained in:
parent
265889c633
commit
525158d5b4
2 changed files with 4 additions and 4 deletions
|
@ -18,7 +18,7 @@ Window {
|
|||
visible: true
|
||||
color: getColors().window
|
||||
|
||||
title: qsTr("Alisa - License Managment")
|
||||
title: qsTr("Alisa - License Management")
|
||||
|
||||
property string authToken: ""
|
||||
|
||||
|
|
|
@ -29,15 +29,15 @@ Rectangle {
|
|||
anchors{
|
||||
verticalCenter: s1.verticalCenter
|
||||
rightMargin: 5
|
||||
right: logginB.left
|
||||
right: loginB.left
|
||||
}
|
||||
|
||||
placeholderText: qsTr("Seach")
|
||||
placeholderText: qsTr("Search")
|
||||
|
||||
}
|
||||
|
||||
Button{
|
||||
id: logginB
|
||||
id: loginB
|
||||
anchors{
|
||||
verticalCenter: s1.verticalCenter
|
||||
rightMargin: 10
|
||||
|
|
Loading…
Reference in a new issue