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