fix: rename duplicate 'purchases' i18n key to 'purchaseCount'

The admin.landings namespace had two 'purchases' keys at the same level:
a string for purchase count label and an object for purchases section.
JSON last-key-wins caused the string to be overwritten by the object,
producing "returned an object instead of string" error on landings list.
This commit is contained in:
Fringg
2026-03-07 13:22:08 +03:00
parent a404690334
commit 0ce74ea5fb
5 changed files with 5 additions and 5 deletions

View File

@@ -3743,7 +3743,7 @@
"metaDesc": "Meta Description",
"active": "Активен",
"inactive": "Неактивен",
"purchases": "покупок",
"purchaseCount": "покупок",
"copyUrl": "Скопировать URL",
"urlCopied": "URL скопирован",
"deleteConfirm": "Удалить лендинг «{{title}}»?",