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,
|
consent: false,
|
||||||
value: intl.formatMessage({
|
value: intl.formatMessage({
|
||||||
id: "profilingConsent.decline",
|
id: "common.decline",
|
||||||
defaultMessage: "Decline",
|
defaultMessage: "Decline",
|
||||||
}),
|
}),
|
||||||
title: intl.formatMessage({
|
title: intl.formatMessage({
|
||||||
|
|||||||
@@ -106,7 +106,7 @@ export default function ProfilingConsentModal({
|
|||||||
>
|
>
|
||||||
<Dialog
|
<Dialog
|
||||||
aria-label={intl.formatMessage({
|
aria-label={intl.formatMessage({
|
||||||
id: "common.profilingConsent",
|
id: "profilingConsent.profilingConsent",
|
||||||
defaultMessage: "Profiling consent",
|
defaultMessage: "Profiling consent",
|
||||||
})}
|
})}
|
||||||
className={styles.dialog}
|
className={styles.dialog}
|
||||||
|
|||||||
Reference in New Issue
Block a user