mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-25 19:05:56 +03:00
"Add space" copy is replaced with "create space" in left sliding panel
This commit is contained in:
parent
acfeb7ff65
commit
84bd205014
2 changed files with 2 additions and 1 deletions
1
changelog.d/5516.misc
Normal file
1
changelog.d/5516.misc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
"Add space" copy is replaced with "create space" in left sliding panel
|
|
@ -36,7 +36,7 @@
|
||||||
android:layout_marginEnd="@dimen/layout_horizontal_margin"
|
android:layout_marginEnd="@dimen/layout_horizontal_margin"
|
||||||
android:ellipsize="end"
|
android:ellipsize="end"
|
||||||
android:maxLines="1"
|
android:maxLines="1"
|
||||||
android:text="@string/add_space"
|
android:text="@string/create_space"
|
||||||
android:textColor="?colorPrimary"
|
android:textColor="?colorPrimary"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
|
|
Loading…
Reference in a new issue