Merge pull request #5531 from vector-im/feature/nfe/create_space_copy

"Add space" copy is replaced with "create space" in left sliding panel
This commit is contained in:
fedrunov 2022-03-31 09:16:20 +02:00 committed by GitHub
commit 856a110aee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/5516.misc Normal file
View File

@ -0,0 +1 @@
"Add space" copy is replaced with "create space" in left sliding panel

View File

@ -36,7 +36,7 @@
android:layout_marginEnd="@dimen/layout_horizontal_margin"
android:ellipsize="end"
android:maxLines="1"
android:text="@string/add_space"
android:text="@string/create_space"
android:textColor="?colorPrimary"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"