From f30c7afa62237c79ab4acb5ff207de80c4ed6c19 Mon Sep 17 00:00:00 2001 From: tkhmy Date: Tue, 5 Sep 2023 16:54:57 +0900 Subject: [PATCH] fix typo Signed-off-by: tkhmy --- src/signage/resource/page/SlowStopView.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/signage/resource/page/SlowStopView.qml b/src/signage/resource/page/SlowStopView.qml index 175ffc3..ce11ace 100644 --- a/src/signage/resource/page/SlowStopView.qml +++ b/src/signage/resource/page/SlowStopView.qml @@ -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