Skip to content

Commit e2c103d

Browse files
committed
map_settings tr space remove
1 parent f2cba8e commit e2c103d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

selfdrive/ui/qt/maps/map_settings.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ MapPanel::MapPanel(QWidget* parent) : QWidget(parent) {
104104
screenshot->setPixmap(pm.scaledToWidth(1080, Qt::SmoothTransformation));
105105
no_prime_layout->addWidget(screenshot, 0, Qt::AlignHCenter);
106106

107-
QLabel *signup = new QLabel(tr("Get turn-by-turn directions displayed and more with a comma \nprime subscription. Sign up now: https://connect.comma.ai"));
107+
QLabel *signup = new QLabel(tr("Get turn-by-turn directions displayed and more with a comma\nprime subscription. Sign up now: https://connect.comma.ai"));
108108
signup->setStyleSheet(R"(font-size: 45px; color: white; font-weight:300;)");
109109
signup->setAlignment(Qt::AlignCenter);
110110

selfdrive/ui/translations/main_ko.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@
415415
</message>
416416
<message>
417417
<location filename="../qt/maps/map_settings.cc" line="107"/>
418-
<source>Get turn-by-turn directions displayed and more with a comma
418+
<source>Get turn-by-turn directions displayed and more with a comma
419419
prime subscription. Sign up now: https://connect.comma.ai</source>
420420
<translation>자세한 경로안내를 원하시면 comma prime을 구독하세요.
421421
등록:https://connect.comma.ai</translation>

0 commit comments

Comments
 (0)