Minor ui fixes and refactoring

This commit is contained in:
pokamest 2023-10-15 02:30:42 +01:00
parent f65e4066e3
commit c7cd8e4c80
10 changed files with 103 additions and 108 deletions

View file

@ -59,8 +59,8 @@ PageType {
function onServerIsBusy(isBusy) {
if (isBusy) {
root.progressBarText = qsTr("Amnesia has detected that your server is currently ") +
qsTr("busy installing other software. Amnesia installation ") +
root.progressBarText = qsTr("Amnezia has detected that your server is currently ") +
qsTr("busy installing other software. Amnezia installation ") +
qsTr("will pause until the server finishes installing other software")
root.isTimerRunning = false
} else {