mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-03 07:01:05 +01:00
Centralize recipient lookup in RecipientRepository.
This commit is contained in:
committed by
Cody Henthorne
parent
2e1291b3c3
commit
0e46ab33e8
@@ -5943,11 +5943,11 @@
|
||||
<!-- Snackbar message when blocking a contact has failed -->
|
||||
<string name="NewConversationActivity__block_failed">Block failed</string>
|
||||
<!-- Error message shown when looking up a person by phone number and that phone number is not associated with a signal account -->
|
||||
<string name="NewConversationActivity__s_is_not_a_signal_user">%1$s is not a Signal user</string>
|
||||
<string name="RecipientLookup_error__s_is_not_a_signal_user">%1$s is not a Signal user</string>
|
||||
<!-- Accessibility label for opening the screen specific dropdown menu. -->
|
||||
<string name="NewConversationActivity__accessibility_open_top_bar_menu">Open menu</string>
|
||||
<!-- Error message shown in a dialog when trying to create a new group with non-signal users (e.g., unregistered or phone number only contacts) -->
|
||||
<plurals name="CreateGroupActivity_not_signal_users">
|
||||
<plurals name="RecipientLookup_error__not_signal_users">
|
||||
<item quantity="one">%1$s is not a Signal user</item>
|
||||
<item quantity="other">%1$s are not Signal users</item>
|
||||
</plurals>
|
||||
|
||||
Reference in New Issue
Block a user