diff --git a/views/pages/admin.ctp b/views/pages/admin.ctp index 61af84ba..11bac44c 100644 --- a/views/pages/admin.ctp +++ b/views/pages/admin.ctp @@ -1,7 +1,8 @@

WARNING: Deleting any records from these tables can have serious implications for data integrity.

-

ie.Records in other tables could potentially end up referencing non-existing records. if currency id 2 were deleted, all records referencing AUD will be break.

-

Tread carefully.

+

Records in other tables could potentially end up referencing non-existing records.

+

eg. If currency id 2 were deleted, all other records referencing AUD would lose that reference.

+

Be careful!