copy: simplify user-facing descriptions

This commit is contained in:
zv
2026-07-04 16:04:39 +02:00
parent f15ebd28dc
commit ab6b7b414f
3 changed files with 32 additions and 53 deletions

View File

@@ -801,7 +801,9 @@ export function SettingsPage() {
</Button>
</div>
<p className="mt-4 text-xs leading-5 text-muted">{t("settings.notifications.implementationNote")}</p>
{t("settings.notifications.implementationNote") && (
<p className="mt-4 text-xs leading-5 text-muted">{t("settings.notifications.implementationNote")}</p>
)}
</div>
</div>
</Card>