diff --git a/src/components/profile-info-dialog.tsx b/src/components/profile-info-dialog.tsx
index fe3b680..3b8ba61 100644
--- a/src/components/profile-info-dialog.tsx
+++ b/src/components/profile-info-dialog.tsx
@@ -637,7 +637,15 @@ export function ProfileDnsBlocklistDialog({
{t("dnsBlocklist.title")}
- {t("dnsBlocklist.settingsDescription")}
+ {t("dnsBlocklist.settingsDescription")}{" "}
+
+ {t("common.buttons.moreInfo")}
+
{options.map((option) => (
@@ -660,7 +668,7 @@ export function ProfileDnsBlocklistDialog({
disabled={isSaving || level === (currentLevel ?? "")}
className="w-full"
>
- {t("common.save", "Save")}
+ {t("common.buttons.save")}
diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json
index 67b3eb2..ab2e4e0 100644
--- a/src/i18n/locales/en.json
+++ b/src/i18n/locales/en.json
@@ -27,7 +27,8 @@
"export": "Export",
"refresh": "Refresh",
"loading": "Loading...",
- "saveSettings": "Save Settings"
+ "saveSettings": "Save Settings",
+ "moreInfo": "More info"
},
"status": {
"active": "Active",
diff --git a/src/i18n/locales/es.json b/src/i18n/locales/es.json
index d6230f9..af7e1ac 100644
--- a/src/i18n/locales/es.json
+++ b/src/i18n/locales/es.json
@@ -27,7 +27,8 @@
"export": "Exportar",
"refresh": "Actualizar",
"loading": "Cargando...",
- "saveSettings": "Guardar Configuración"
+ "saveSettings": "Guardar Configuración",
+ "moreInfo": "Más información"
},
"status": {
"active": "Activo",
diff --git a/src/i18n/locales/fr.json b/src/i18n/locales/fr.json
index e74fa4e..7ee46d3 100644
--- a/src/i18n/locales/fr.json
+++ b/src/i18n/locales/fr.json
@@ -27,7 +27,8 @@
"export": "Exporter",
"refresh": "Actualiser",
"loading": "Chargement...",
- "saveSettings": "Enregistrer les paramètres"
+ "saveSettings": "Enregistrer les paramètres",
+ "moreInfo": "En savoir plus"
},
"status": {
"active": "Actif",
diff --git a/src/i18n/locales/ja.json b/src/i18n/locales/ja.json
index 7081525..213b398 100644
--- a/src/i18n/locales/ja.json
+++ b/src/i18n/locales/ja.json
@@ -27,7 +27,8 @@
"export": "エクスポート",
"refresh": "更新",
"loading": "読み込み中...",
- "saveSettings": "設定を保存"
+ "saveSettings": "設定を保存",
+ "moreInfo": "詳細"
},
"status": {
"active": "アクティブ",
diff --git a/src/i18n/locales/pt.json b/src/i18n/locales/pt.json
index de674a6..fbe3b6e 100644
--- a/src/i18n/locales/pt.json
+++ b/src/i18n/locales/pt.json
@@ -27,7 +27,8 @@
"export": "Exportar",
"refresh": "Atualizar",
"loading": "Carregando...",
- "saveSettings": "Salvar Configurações"
+ "saveSettings": "Salvar Configurações",
+ "moreInfo": "Mais informações"
},
"status": {
"active": "Ativo",
diff --git a/src/i18n/locales/ru.json b/src/i18n/locales/ru.json
index 84bfe4e..c2d9d98 100644
--- a/src/i18n/locales/ru.json
+++ b/src/i18n/locales/ru.json
@@ -27,7 +27,8 @@
"export": "Экспорт",
"refresh": "Обновить",
"loading": "Загрузка...",
- "saveSettings": "Сохранить настройки"
+ "saveSettings": "Сохранить настройки",
+ "moreInfo": "Подробнее"
},
"status": {
"active": "Активен",
diff --git a/src/i18n/locales/zh.json b/src/i18n/locales/zh.json
index 312d4ef..1228d99 100644
--- a/src/i18n/locales/zh.json
+++ b/src/i18n/locales/zh.json
@@ -27,7 +27,8 @@
"export": "导出",
"refresh": "刷新",
"loading": "加载中...",
- "saveSettings": "保存设置"
+ "saveSettings": "保存设置",
+ "moreInfo": "了解更多"
},
"status": {
"active": "活跃",