File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
auth/src/main/java/org/openedx/auth/presentation/signin/compose Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -304,16 +304,20 @@ private fun AuthForm(
304304 if (state.isSSOLoginEnabled){
305305 Spacer (modifier = Modifier .height(18 .dp))
306306 if (state.isLoginRegistrationFormEnabled){
307+ HorizontalLine ()
308+ Spacer (modifier = Modifier .height(18 .dp))
309+
307310 Text (
308- modifier = Modifier .testTag(" txt_sso_header" ),
311+ modifier = Modifier
312+ .testTag(" txt_sso_header" )
313+ .padding(top = 4 .dp)
314+ .fillMaxWidth(),
309315 text = stringResource(id = coreR.string.core_sign_in_sso_heading),
310316 color = MaterialTheme .appColors.textPrimary,
311317 style = MaterialTheme .appTypography.headlineSmall,
312- textAlign = TextAlign .Center
318+ textAlign = TextAlign .Center ,
313319 )
314320 Spacer (modifier = Modifier .height(18 .dp))
315- HorizontalLine ()
316- Spacer (modifier = Modifier .height(18 .dp))
317321 Text (
318322 modifier = Modifier
319323 .testTag(" txt_sso_login_title" )
Original file line number Diff line number Diff line change 138138 <string name =" core_course_container_nav_more" >More</string >
139139 <string name =" core_course_container_nav_dates" tools : ignore =" MissingTranslation" >Dates</string >
140140 <string name =" core_sso_sign_in" >Sign in with SSO</string >
141- <string name =" core_sign_in_sso_heading" >Start today to build your career with confidence </string >
141+ <string name =" core_sign_in_sso_heading" >OR </string >
142142 <string name =" core_sign_in_sso_login_title" >Sign in</string >
143143 <string name =" core_sign_in_sso_login_subtitle" >Sign in through the national unified sign-on service</string >
144144</resources >
You can’t perform that action at this time.
0 commit comments