diff options
| -rw-r--r-- | templates/index.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.tpl b/templates/index.tpl index b7de395..2bad300 100644 --- a/templates/index.tpl +++ b/templates/index.tpl @@ -6,7 +6,7 @@ <form action='food_search' method='post' id='searchForm' onsubmit='return validateSearchBox();'> <div class='standardMargins' style='text-align: justify;'> <span style="font-size: 110%; font-weight: bold;">Welcome to NutriDB.</span> - NutriDB is simple tool which allows you to view nutritional information + NutriDB is a simple tool which allows you to view nutritional information for a particular food, or calculate the nutritional profile of a whole recipe. </div> <div class='standardMargins' style='text-align: justify;'> |
