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:
@@ -55,7 +55,7 @@ export function ProfilingConsent({
|
||||
{
|
||||
consent: false,
|
||||
value: intl.formatMessage({
|
||||
id: "profilingConsent.decline",
|
||||
id: "common.decline",
|
||||
defaultMessage: "Decline",
|
||||
}),
|
||||
title: intl.formatMessage({
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user