chore: add missing translations
This commit is contained in:
@@ -32,10 +32,10 @@ export default function BillingSettings() {
|
||||
|
||||
return (
|
||||
<>
|
||||
<PageHead title="Settings | Billing" />
|
||||
<PageHead title={t`Settings | Billing`} />
|
||||
|
||||
<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`Billing`}
|
||||
</h2>
|
||||
<p className="mb-8 text-sm text-neutral-500 dark:text-dark-900">
|
||||
|
||||
Reference in New Issue
Block a user