Allow to override termsText

This commit is contained in:
Joseph Garrone 2024-06-21 21:24:04 +02:00
parent b6066dfd5f
commit 01b32f78ed

View File

@ -128,7 +128,7 @@ export function generateMessageProperties(params: {
} }
for (const [key, value] of Object.entries(keyValueMap_i)) { for (const [key, value] of Object.entries(keyValueMap_i)) {
if (keyValueMap[key] !== undefined) { if (key !== "termsText" && keyValueMap[key] !== undefined) {
console.warn( console.warn(
[ [
"WARNING: The following key is defined multiple times:", "WARNING: The following key is defined multiple times:",