refactor: change notifications header to paragraph

This commit is contained in:
Hachi-R 2025-01-16 12:18:25 -03:00
parent f6707a5c84
commit 395f77e17c

View File

@ -138,7 +138,7 @@ export function SettingsGeneral() {
}))} }))}
/> />
<h3>{t("notifications")}</h3> <p>{t("notifications")}</p>
<CheckboxField <CheckboxField
label={t("enable_download_notifications")} label={t("enable_download_notifications")}