diff --git a/src/classes/wish.php b/src/classes/wish.php index ec6257ad..d857ceee 100644 --- a/src/classes/wish.php +++ b/src/classes/wish.php @@ -19,30 +19,13 @@ class Wish 'color' => '', ), '1' => array( - 'name' => 'Desirous', + 'name' => 'Nice to have', 'color' => 'black', ), - '2' => array( - 'name' => 'Keen', - 'color' => 'grey', - ), '3' => array( - 'name' => 'Longing', - 'color' => 'brown', - ), - - '4' => array( - 'name' => 'Impatient', - 'color' => 'yellow', - ), - '5' => array( - 'name' => 'Urgent', + 'name' => 'Would love it', 'color' => 'orange', ), - '6' => array( - 'name' => 'Anxious', - 'color' => 'red', - ), ); /**