diff --git a/IronIntelContractorBusiness/Properties/AssemblyInfo.cs b/IronIntelContractorBusiness/Properties/AssemblyInfo.cs
index 363d392..87558a7 100644
--- a/IronIntelContractorBusiness/Properties/AssemblyInfo.cs
+++ b/IronIntelContractorBusiness/Properties/AssemblyInfo.cs
@@ -33,4 +33,4 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("2.20.429")]
+[assembly: AssemblyFileVersion("2.20.430")]
diff --git a/IronIntelContractorSiteLib/MapView/MapViewHandler.cs b/IronIntelContractorSiteLib/MapView/MapViewHandler.cs
index 0920c62..1f78886 100644
--- a/IronIntelContractorSiteLib/MapView/MapViewHandler.cs
+++ b/IronIntelContractorSiteLib/MapView/MapViewHandler.cs
@@ -477,7 +477,7 @@ namespace IronIntel.Contractor.Site.MapView
EmailFormat += "Description:";
EmailFormat += "{6}
";
EmailFormat += "Click the link below to view directions to this asset:";
- EmailFormat += "{7}";
+ EmailFormat += "View Directions";
if (asset.Location == null)
asset.Location = new LocationViewItem();
return string.Format(EmailFormat,
diff --git a/IronIntelContractorSiteLib/Properties/AssemblyInfo.cs b/IronIntelContractorSiteLib/Properties/AssemblyInfo.cs
index e2c0426..724c0bf 100644
--- a/IronIntelContractorSiteLib/Properties/AssemblyInfo.cs
+++ b/IronIntelContractorSiteLib/Properties/AssemblyInfo.cs
@@ -33,4 +33,4 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("2.20.429")]
+[assembly: AssemblyFileVersion("2.20.430")]