From a014f61127a8820827afc006fb9718f5dbddc837 Mon Sep 17 00:00:00 2001
From: tworrall
#if>
<#--Checking if role field is empty-->
<#if lvf.submissionErrorExists(editSubmission, "roleLabel")>
diff --git a/productMods/templates/freemarker/edit/forms/personHasPositionHistory.ftl b/productMods/templates/freemarker/edit/forms/personHasPositionHistory.ftl
index 830f98f1..bd4c6d57 100644
--- a/productMods/templates/freemarker/edit/forms/personHasPositionHistory.ftl
+++ b/productMods/templates/freemarker/edit/forms/personHasPositionHistory.ftl
@@ -61,19 +61,19 @@
#list>
<#--Checking if Org Type field is empty-->
<#if lvf.submissionErrorExists(editSubmission, "orgType")>
- Please select a value in the Organization Type field.
+ Please select a value in the Organization Type field.
#if>
<#--Checking if Org Name field is empty-->
<#if lvf.submissionErrorExists(editSubmission, "orgLabel")>
- Please enter or select a value in the Name field.
+ Please enter or select a value in the Name field.
#if>
<#--Checking if Position Title field is empty-->
<#if lvf.submissionErrorExists(editSubmission, "positionTitle")>
- Please enter a value in the Position Title field.
+ Please enter a value in the Position Title field.
#if>
<#--Checking if Position Type field is empty-->
<#if lvf.submissionErrorExists(editSubmission, "positionType")>
- Please select a value in the Position Type field.
+ Please select a value in the Position Type field.
#if>