Standardise casing of integration manager

Signed-off-by: Paulo Pinto <paulo.pinto@automattic.com>
This commit is contained in:
Paulo Pinto 2021-07-14 15:31:52 +01:00
parent d39e14cc5c
commit 5d4e71a011
2 changed files with 4 additions and 4 deletions

View File

@ -43,8 +43,8 @@ import javax.inject.Inject
/** /**
* The integration manager allows to * The integration manager allows to
* - Get the Integration Manager that a user has explicitly set for its account (via account data) * - Get the integration manager that a user has explicitly set for its account (via account data)
* - Get the recommended/preferred Integration Manager list as defined by the homeserver (via wellknown) * - Get the recommended/preferred integration manager list as defined by the homeserver (via wellknown)
* - Check if the user has disabled the integration manager feature * - Check if the user has disabled the integration manager feature
* - Allow / Disallow Integration manager (propagated to other riot clients) * - Allow / Disallow Integration manager (propagated to other riot clients)
* *

View File

@ -26,7 +26,7 @@
app:layout_constraintEnd_toStartOf="@id/term_policy_arrow" app:layout_constraintEnd_toStartOf="@id/term_policy_arrow"
app:layout_constraintStart_toEndOf="@id/term_accept_checkbox" app:layout_constraintStart_toEndOf="@id/term_accept_checkbox"
app:layout_constraintTop_toTopOf="parent" app:layout_constraintTop_toTopOf="parent"
tools:text="Integration Manager" /> tools:text="Integration manager" />
<TextView <TextView
android:id="@+id/term_description" android:id="@+id/term_description"
@ -55,4 +55,4 @@
app:tint="?vctr_content_primary" app:tint="?vctr_content_primary"
tools:ignore="MissingPrefix" /> tools:ignore="MissingPrefix" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>