From 0e6ece95a46350f8f9d32029e48d5a06780d43a8 Mon Sep 17 00:00:00 2001 From: Natalie L <78037386+CuriousMagpie@users.noreply.github.com> Date: Tue, 8 Nov 2022 10:59:40 -0500 Subject: [PATCH] chore(fix): restore missing string (#14338) * fix(string): questVice1Notes html changed to a mobile-device friendly format * fix(strings): updated limited.json with "dateEnd" & "monthYYYY" months & put in chronological order * fix(string): remove extra word from headSpecialSummer2022WarriorNotes * fix(string): corrected armorSpecialSummer2022MageNotes * fix: remove duplicated string and adjust upgrade button style * fix(style): set border radii to 8px on upgrading-group id * fix(payments): remove duplicate entry from another modal * chore(fix): restore string inadvertently removed during a refactor * chore(fix): comma dangle Co-authored-by: SabreCat --- website/common/script/content/categoryOptions.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/common/script/content/categoryOptions.js b/website/common/script/content/categoryOptions.js index d71ecc5a37..065f52f750 100644 --- a/website/common/script/content/categoryOptions.js +++ b/website/common/script/content/categoryOptions.js @@ -43,6 +43,10 @@ const categoryOptions = [ label: 'getting_organized', key: 'getting_organized', }, + { + label: 'recovery_support_groups', + key: 'recovery_support_groups', + }, { label: 'self_improvement', key: 'self_improvement',