native: fix typos

This commit is contained in:
pumpkin 2024-07-11 11:05:07 +02:00
parent 265889c633
commit 525158d5b4
2 changed files with 4 additions and 4 deletions

View file

@ -18,7 +18,7 @@ Window {
visible: true
color: getColors().window
title: qsTr("Alisa - License Managment")
title: qsTr("Alisa - License Management")
property string authToken: ""

View file

@ -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