chore: add missing translations
This commit is contained in:
@@ -66,10 +66,10 @@ export default function IntegrationsSettings() {
|
||||
|
||||
return (
|
||||
<>
|
||||
<PageHead title="Settings | Integrations" />
|
||||
<PageHead title={t`Settings | Integrations`} />
|
||||
|
||||
<div className="mb-8 border-t border-light-300 dark:border-dark-300">
|
||||
<h2 className="mb-4 mt-8 text-[14px] text-neutral-900 dark:text-dark-1000">
|
||||
<h2 className="mb-4 mt-8 text-[14px] font-bold text-neutral-900 dark:text-dark-1000">
|
||||
{t`Trello`}
|
||||
</h2>
|
||||
{!integrations?.some(
|
||||
|
||||
Reference in New Issue
Block a user