From 7b934953f1e34dda38e70afbe1bf71df304de410 Mon Sep 17 00:00:00 2001 From: "Sean R. Abraham" Date: Fri, 24 Jan 2025 16:22:15 -0600 Subject: [PATCH] clarify a little language --- app/components/person/dashboard.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/person/dashboard.hbs b/app/components/person/dashboard.hbs index 7de5f7af..ef4f8a48 100644 --- a/app/components/person/dashboard.hbs +++ b/app/components/person/dashboard.hbs @@ -2,7 +2,7 @@ {{else}} - All links and buttons below will affect YOUR account and not operate against {{@person.callsign}}. + All links and buttons below will affect YOUR account and will not operate against {{@person.callsign}}. {{#if @person.isPastProspective}} @@ -33,4 +33,4 @@ @debugUpdateAction={{this.noButtonAction}} /> {{/if}} -{{/if}} +{{/if}} \ No newline at end of file