From 9011a2b51f5267f002dd5acbf87c5b866e5a6949 Mon Sep 17 00:00:00 2001 From: Jay Trees Date: Thu, 10 Mar 2022 13:42:10 +0100 Subject: [PATCH] Rename wish priority --- src/classes/wish.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/classes/wish.php b/src/classes/wish.php index c96ee5fc..409fad9f 100644 --- a/src/classes/wish.php +++ b/src/classes/wish.php @@ -23,7 +23,7 @@ class Wish 'color' => 'black', ), '3' => array( - 'name' => 'Must have', + 'name' => 'Would love it', 'color' => 'orange', ), );