Skip to content

Commit

Permalink
Buttons are more explicit by user request
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsher committed Feb 15, 2023
1 parent 5309b0f commit bd36e28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qml/Start.qml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Item {

Button {
id: btnDropOff
text: "Dropping Off"
text: "Dropping Off for Repair"
font.pointSize: 50
Layout.fillWidth: true
Layout.fillHeight: true
Expand All @@ -49,7 +49,7 @@ Item {
}
Button {
id: btnPickUp
text: "Picking up"
text: "Picking Up Repaired Device"
font.pointSize: 50
Layout.fillWidth: true
Layout.fillHeight: true
Expand Down

0 comments on commit bd36e28

Please sign in to comment.