Rename wish priority

This commit is contained in:
Jay Trees 2022-03-10 13:42:10 +01:00
parent 73fdf0be03
commit 9011a2b51f

View file

@ -23,7 +23,7 @@ class Wish
'color' => 'black', 'color' => 'black',
), ),
'3' => array( '3' => array(
'name' => 'Must have', 'name' => 'Would love it',
'color' => 'orange', 'color' => 'orange',
), ),
); );