Skip to content

Commit d208711

Browse files
FrostyApeOneFrostyApeOne
andauthored
Changed the service name (#83)
Co-authored-by: FrostyApeOne <Farshad.DASHTI@EDUCATION.GOV.UK>
1 parent b93606b commit d208711

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/DfE.ExternalApplications.Web/Pages/Shared/_Layout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// Get token expiry info for development
1919
string tokenInfo = "";
2020
bool isTokenExpiringSoon = false;
21-
if (!currentEnvironment.Equals("Production", StringComparison.OrdinalIgnoreCase) && User?.Identity?.IsAuthenticated == true)
21+
if (!currentEnvironment.Equals("Prod", StringComparison.OrdinalIgnoreCase) && User?.Identity?.IsAuthenticated == true)
2222
{
2323
try
2424
{

src/DfE.ExternalApplications.Web/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
]
9191
},
9292
"Layout": {
93-
"ServiceName": "Transfer an academy to another trust",
93+
"ServiceName": "Apply to transfer an academy into your trust",
9494
"PhaseBanner": {
9595
"PhaseText": "Beta",
9696
"FeedbackLink": "#"

0 commit comments

Comments
 (0)