Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: tkhmy <[email protected]>
  • Loading branch information
tkhmy committed Sep 5, 2023
1 parent a09d80c commit f30c7af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/signage/resource/page/SlowStopView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ Rectangle {
}

Text {
id: autoDrivingEnText
id: slowStopEnText
color: "#000000"
text: qsTr("Stop for safety check")
anchors.top: autoDrivingText.bottom
anchors.top: slowStopText.bottom
anchors.horizontalCenter: parent.horizontalCenter
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter
Expand Down

0 comments on commit f30c7af

Please sign in to comment.