Swap add to to just new.

This commit is contained in:
Alex Hart
2022-10-18 10:50:01 -03:00
committed by Cody Henthorne
parent 2315a1c632
commit 20eda03a5a
2 changed files with 2 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ object Stories {
fun getHeaderAction(onClick: () -> Unit): HeaderAction {
return HeaderAction(
R.string.ContactsCursorLoader_add_to,
R.string.ContactsCursorLoader_new,
R.drawable.ic_plus_12,
onClick
)

View File

@@ -222,7 +222,7 @@
<!-- Label for my stories when selecting who to send media to -->
<string name="ContactsCursorLoader_my_stories">My Stories</string>
<!-- Text for a button that brings up a bottom sheet to create a new story. -->
<string name="ContactsCursorLoader_add_to">Add to…</string>
<string name="ContactsCursorLoader_new">New</string>
<!-- ContactsDatabase -->
<string name="ContactsDatabase_message_s">Message %s</string>