Skip to content

Commit 3195a2a

Browse files
authored
Merge pull request #10965 from opencrvs/copilot/fix-login-page-title-issue
Fix login page flashing "Farajaland CRVS" before country-specific title loads
2 parents 5df6300 + 95bf0a0 commit 3195a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/login/src/i18n/messages/views/stepOneForm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const messagesToDefine: IStepOneFormMessages = {
4444

4545
stepOneLoginText: {
4646
id: 'login.stepOneText',
47-
defaultMessage: 'Login to Farajaland CRVS',
47+
defaultMessage: '',
4848
description: 'The instruction that appears in step one of the login form'
4949
},
5050
submit: {

0 commit comments

Comments
 (0)