faqKeysGeneral (src/consts/faq-keys-general.ts) lists what-gift-button-means, but no locale file has static.faq.what-gift-button-means-header or -body. The FAQ page therefore renders the raw keys for that entry (visible today on /faq: one accordion link and one article show static.faq.what-gift-button-means-header / -body), and the help-center / decks FAQ lists show the same raw header.
Either add the article to en-US.json (Crowdin picks it up from there) or drop the key from faqKeysGeneral. A spec that asserts every key in faqKeysGeneral has a header and a body in en-US.json would keep this from recurring.
faqKeysGeneral(src/consts/faq-keys-general.ts) listswhat-gift-button-means, but no locale file hasstatic.faq.what-gift-button-means-headeror-body. The FAQ page therefore renders the raw keys for that entry (visible today on /faq: one accordion link and one article showstatic.faq.what-gift-button-means-header/-body), and the help-center / decks FAQ lists show the same raw header.Either add the article to
en-US.json(Crowdin picks it up from there) or drop the key fromfaqKeysGeneral. A spec that asserts every key infaqKeysGeneralhas a header and a body inen-US.jsonwould keep this from recurring.