From 34331497713aa1ee628bd5ea347600d534ed8ec9 Mon Sep 17 00:00:00 2001 From: Jay Trees Date: Mon, 14 Mar 2022 16:28:39 +0100 Subject: [PATCH] Revert "Extend priorities" This reverts commit b6a40bcb9b19db6207096ad9d514b370091412be. --- src/classes/wish.php | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) 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', - ), ); /**