We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b93606b commit d208711Copy full SHA for d208711
2 files changed
src/DfE.ExternalApplications.Web/Pages/Shared/_Layout.cshtml
@@ -18,7 +18,7 @@
18
// Get token expiry info for development
19
string tokenInfo = "";
20
bool isTokenExpiringSoon = false;
21
- if (!currentEnvironment.Equals("Production", StringComparison.OrdinalIgnoreCase) && User?.Identity?.IsAuthenticated == true)
+ if (!currentEnvironment.Equals("Prod", StringComparison.OrdinalIgnoreCase) && User?.Identity?.IsAuthenticated == true)
22
{
23
try
24
src/DfE.ExternalApplications.Web/appsettings.json
@@ -90,7 +90,7 @@
90
]
91
},
92
"Layout": {
93
- "ServiceName": "Transfer an academy to another trust",
+ "ServiceName": "Apply to transfer an academy into your trust",
94
"PhaseBanner": {
95
"PhaseText": "Beta",
96
"FeedbackLink": "#"
0 commit comments