Skip to content

Commit

Permalink
rename upload to install as discussed
Browse files Browse the repository at this point in the history
  • Loading branch information
Danfro committed Oct 24, 2024
1 parent 1a61843 commit 0c4257f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ui/qml/pages/BipFirmwarePage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "../components/platform"

PagePL {
id: page
title: qsTr("Upload File")
title: qsTr("Install File")

property string selectedFile: qsTr("None")
property string fileVersion
Expand All @@ -19,7 +19,7 @@ PagePL {

LabelPL {
width: parent.width
text: qsTr("Select a file to upload.");
text: qsTr("Select a file to install.");
}

ValueButtonPL {
Expand Down
2 changes: 1 addition & 1 deletion ui/qml/pages/FirstPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ PagePL {
}
}
PageMenuItemPL {
text: qsTr("Upload File")
text: qsTr("Install File")
onClicked: app.pages.push(Qt.resolvedUrl("BipFirmwarePage.qml"))
}
PageMenuItemPL {
Expand Down

0 comments on commit 0c4257f

Please sign in to comment.