diff --git a/selfdrive/ui/qt/widgets/controls.h b/selfdrive/ui/qt/widgets/controls.h
index 8679de57b0..b67224b33d 100644
--- a/selfdrive/ui/qt/widgets/controls.h
+++ b/selfdrive/ui/qt/widgets/controls.h
@@ -144,7 +144,7 @@ public:
QObject::connect(this, &ParamControl::toggleFlipped, [=](bool state) {
QString content("
" + title + "
"
"" + getDescription() + "
");
- ConfirmationDialog dialog(content, tr("Ok"), tr("Cancel"), true, this);
+ ConfirmationDialog dialog(content, tr("Enable"), tr("Cancel"), true, this);
if (!confirm || !state || dialog.exec()) {
params.putBool(key, state);
} else {
diff --git a/selfdrive/ui/translations/main_ja.ts b/selfdrive/ui/translations/main_ja.ts
index 2e38295368..14c3404ad1 100644
--- a/selfdrive/ui/translations/main_ja.ts
+++ b/selfdrive/ui/translations/main_ja.ts
@@ -473,14 +473,14 @@ location set
ParamControl
-
- Ok
- OK
-
Cancel
キャンセル
+
+ Enable
+ を有効化
+
PrimeAdWidget
diff --git a/selfdrive/ui/translations/main_ko.ts b/selfdrive/ui/translations/main_ko.ts
index 42b73430f1..9ca28e9e2c 100644
--- a/selfdrive/ui/translations/main_ko.ts
+++ b/selfdrive/ui/translations/main_ko.ts
@@ -473,14 +473,14 @@ location set
ParamControl
-
- Ok
- 확인
-
Cancel
취소
+
+ Enable
+ 사용
+
PrimeAdWidget
diff --git a/selfdrive/ui/translations/main_pt-BR.ts b/selfdrive/ui/translations/main_pt-BR.ts
index 394d73c86a..3559d4b422 100644
--- a/selfdrive/ui/translations/main_pt-BR.ts
+++ b/selfdrive/ui/translations/main_pt-BR.ts
@@ -474,14 +474,14 @@ trabalho definido
ParamControl
-
- Ok
- OK
-
Cancel
Cancelar
+
+ Enable
+ Ativar
+
PrimeAdWidget
diff --git a/selfdrive/ui/translations/main_zh-CHS.ts b/selfdrive/ui/translations/main_zh-CHS.ts
index 541ed20dee..3dfd7794ec 100644
--- a/selfdrive/ui/translations/main_zh-CHS.ts
+++ b/selfdrive/ui/translations/main_zh-CHS.ts
@@ -471,14 +471,14 @@ location set
ParamControl
-
- Ok
- 好的
-
Cancel
取消
+
+ Enable
+ 启用
+
PrimeAdWidget
diff --git a/selfdrive/ui/translations/main_zh-CHT.ts b/selfdrive/ui/translations/main_zh-CHT.ts
index 99c64a194b..35fd944ddb 100644
--- a/selfdrive/ui/translations/main_zh-CHT.ts
+++ b/selfdrive/ui/translations/main_zh-CHT.ts
@@ -473,14 +473,14 @@ location set
ParamControl
-
- Ok
- 確定
-
Cancel
取消
+
+ Enable
+ 啟用
+
PrimeAdWidget