Renamed Personalization to Personalize

This commit is contained in:
Alexander Cerutti
2021-10-16 13:56:01 +02:00
parent 8924268c23
commit c256d1638b
3 changed files with 10 additions and 13 deletions

View File

@@ -49,7 +49,7 @@ export const PASS_SOURCE = {
JOIN: "The imported pass.json's properties will be joined with the current setted props. You might lose some data.",
} as const;
export const PERSONALIZATION = {
export const PERSONALIZE = {
INVALID:
"Cannot add personalization.json to bundle because it is invalid. %s",
} as const;