From ee1849cb46bec81ab1691231e826f4ee2948b731 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 9 Aug 2017 09:43:39 -0400 Subject: [PATCH] changing the edit and update warning and notification terms using Report instead of Events or other plugin terms that may have been brought over when creating the plugin --- views/admin/trailreports/edit.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/views/admin/trailreports/edit.html b/views/admin/trailreports/edit.html index 825e12c..814359b 100644 --- a/views/admin/trailreports/edit.html +++ b/views/admin/trailreports/edit.html @@ -11,10 +11,10 @@

Add New Trail Report {/if}     - {if $reportUpdated}Obit Updated{/if} - {if $reportUpdateError}Obit Update Error{/if} - {if $reportAdded}Obit Added{/if} - {if $reportAddError}Obit Add Error{/if} + {if $reportUpdated}Report Updated{/if} + {if $reportUpdateError}Report Update Error{/if} + {if $reportAdded}Report Added{/if} + {if $reportAddError}Report Add Error{/if}

{if $reportUpdateError || $reportAddError} @@ -89,9 +89,9 @@ {/if} - + -
+

Cancel

@@ -99,7 +99,7 @@

WARNING:

- Clicking the "Delete this Obit" button above will + Clicking the "Delete this Report" button above will delete all of the data and images associated with this report.

-- 2.17.1