From 025381562550cdbb5ab029be74d9b5ed67d5331e Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Tue, 26 Mar 2013 22:21:46 -0700 Subject: [PATCH] pets: rename food to hatching powder --- views/app/pets.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/app/pets.html b/views/app/pets.html index 7f692e3979..173f43c899 100644 --- a/views/app/pets.html +++ b/views/app/pets.html @@ -52,9 +52,9 @@
  • {#if not(_user.items.food)} -

    You don't have any food yet.

    +

    You don't have any hatching powder yet.

    {/if} - + {#each _user.items.food as :food}