diff --git a/src/routes/events_pres_mgmt/+page.svelte b/src/routes/events_pres_mgmt/+page.svelte
index 8e226502..cb93d0d9 100644
--- a/src/routes/events_pres_mgmt/+page.svelte
+++ b/src/routes/events_pres_mgmt/+page.svelte
@@ -74,13 +74,13 @@ onMount(() => {
{#if $ae_loc.administrator_access}
Administrator Access - Technical Support
- Your accessing the presentation management system with "administrator" level permissions.
+ You are accessing the presentation management system with "administrator" level permissions.
{:else if $ae_loc.trusted_access}
Trusted Access - Staff
- Your accessing the presentation management system with "trusted" level permissions.
+ You are accessing the presentation management system with "trusted" level permissions.
{:else if !$ae_loc.trusted_access}
Restricted Access
- Your accessing to the presentation management system is limited
+ You are accessing to the presentation management system is limited
{/if}
+
+
+
+
{
if ($events_sess.pres_mgmt?.fulltext_search_qry_str && $events_sess.pres_mgmt.fulltext_search_qry_str.length >= 3) {
$events_trigger = 'load__event_session_obj_li';
@@ -233,7 +246,7 @@ $: if ($events_trigger == 'load__event_session_obj_li' && $events_slct.event_id)