mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-23 20:48:43 +00:00
Swap add to to just new.
This commit is contained in:
committed by
Cody Henthorne
parent
2315a1c632
commit
20eda03a5a
@@ -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
|
||||
)
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user