From 149e29a0d32720b085143afe31b68683e2106509 Mon Sep 17 00:00:00 2001 From: Mark Unwin Date: Wed, 4 Sep 2019 08:50:23 +1000 Subject: [PATCH] Dictionary update. --- code_igniter/application/controllers/include_dictionary.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code_igniter/application/controllers/include_dictionary.php b/code_igniter/application/controllers/include_dictionary.php index 194d29957..9b28f4482 100644 --- a/code_igniter/application/controllers/include_dictionary.php +++ b/code_igniter/application/controllers/include_dictionary.php @@ -113,7 +113,7 @@ $dictionary->sentence = 'Define your buildings and assign them to a location of your choosing.'; $dictionary->marketing = '

Your buildings help refine exactly where your assets are located.

' . $link . '

'; $dictionary->about = '

Your buildings help refine exactly where your assets are located.

' . $link . '

'; - $dictionary->notes = '

'; + $dictionary->notes = '

Buildings go inside your Locations and contain Floors.

'; $dictionary->columns->id = $id; $dictionary->columns->name = $name; $dictionary->columns->org_id = $org_id;