From 1a4d8c34289792be63ee61d7c604eeb2af5f9e23 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 17 Oct 2022 21:13:17 +0000 Subject: [PATCH] --- Pages/Request.cshtml | 2 +- Pages/Request.cshtml.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pages/Request.cshtml b/Pages/Request.cshtml index c27079c..dbf9b41 100644 --- a/Pages/Request.cshtml +++ b/Pages/Request.cshtml @@ -8,7 +8,7 @@
-

Request AyaNova subscription trial account

+

Request AyaNova subscription 7 day trial account

diff --git a/Pages/Request.cshtml.cs b/Pages/Request.cshtml.cs index dd1eb20..8e72092 100644 --- a/Pages/Request.cshtml.cs +++ b/Pages/Request.cshtml.cs @@ -49,7 +49,7 @@ namespace contact.Pages new SelectListItem { Value = "LON", Text = "London" }, new SelectListItem { Value = "FFT", Text = "Frankfurt" }, new SelectListItem { Value = "SNG", Text = "Singapore" }, - new SelectListItem { Value = "BNG", Text = "Bangalore" }, + new SelectListItem { Value = "BNG", Text = "Bangalore" } }; private readonly IConfiguration _configuration;