Merged in fix/remove-duplicate-localise-keys (pull request #3171)

fix: remove duplicate Lokalise translations

* fix: remove duplicate Lokalise translations


Approved-by: Chuma Mcphoy (We Ahead)
This commit is contained in:
Matilda Landström
2025-11-19 07:40:10 +00:00
parent 4c4957be41
commit 01901ab02e
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ export function ProfilingConsent({
{
consent: false,
value: intl.formatMessage({
id: "profilingConsent.decline",
id: "common.decline",
defaultMessage: "Decline",
}),
title: intl.formatMessage({

View File

@@ -106,7 +106,7 @@ export default function ProfilingConsentModal({
>
<Dialog
aria-label={intl.formatMessage({
id: "common.profilingConsent",
id: "profilingConsent.profilingConsent",
defaultMessage: "Profiling consent",
})}
className={styles.dialog}