updating terms copy
This commit is contained in:
parent
548a243d64
commit
8e4e70aaf9
|
@ -114,7 +114,9 @@ class FtueAuthTermsFragment @Inject constructor(
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun updateWithState(state: OnboardingViewState) {
|
override fun updateWithState(state: OnboardingViewState) {
|
||||||
policyController.homeServer = state.selectedHomeserver.userFacingUrl.toReducedUrl()
|
val homeserverName = state.selectedHomeserver.userFacingUrl.toReducedUrl()
|
||||||
|
views.termsHeaderSubtitle.text = getString(R.string.ftue_auth_terms_subtitle, homeserverName)
|
||||||
|
policyController.homeServer = homeserverName
|
||||||
renderState()
|
renderState()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -73,7 +73,6 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="8dp"
|
android:layout_marginTop="8dp"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:text="@string/ftue_auth_terms_subtitle"
|
|
||||||
android:textColor="?vctr_content_secondary"
|
android:textColor="?vctr_content_secondary"
|
||||||
app:layout_constraintBottom_toTopOf="@id/titleContentSpacing"
|
app:layout_constraintBottom_toTopOf="@id/titleContentSpacing"
|
||||||
app:layout_constraintEnd_toEndOf="@id/termsGutterEnd"
|
app:layout_constraintEnd_toEndOf="@id/termsGutterEnd"
|
||||||
|
|
|
@ -28,8 +28,9 @@
|
||||||
<string name="ftue_auth_choose_server_ems_subtitle">Element Matrix Services (EMS) is a robust and reliable hosting service for fast, secure and real time communication. Find out how on <a href="${ftue_ems_url}">element.io/ems</a></string>
|
<string name="ftue_auth_choose_server_ems_subtitle">Element Matrix Services (EMS) is a robust and reliable hosting service for fast, secure and real time communication. Find out how on <a href="${ftue_ems_url}">element.io/ems</a></string>
|
||||||
<string name="ftue_auth_choose_server_ems_cta">Get in touch</string>
|
<string name="ftue_auth_choose_server_ems_cta">Get in touch</string>
|
||||||
|
|
||||||
<string name="ftue_auth_terms_title">Privacy policy</string>
|
<string name="ftue_auth_terms_title">Server policies</string>
|
||||||
<string name="ftue_auth_terms_subtitle">Please read through T&C. You must accept in order to continue.</string>
|
<!-- Note for translators, %s is the homeserver name, eg matrix.org -->
|
||||||
|
<string name="ftue_auth_terms_subtitle">Please read through %s\'s terns and policies</string>
|
||||||
|
|
||||||
<string name="ftue_auth_email_title">Enter your email</string>
|
<string name="ftue_auth_email_title">Enter your email</string>
|
||||||
<!-- Note for translators, %s is the homeserver name, eg matrix.org -->
|
<!-- Note for translators, %s is the homeserver name, eg matrix.org -->
|
||||||
|
|
Loading…
Reference in New Issue