mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-24 21:39:24 +00:00
chore(@e2e): update no friends text on messaging screen (#17073)
Slightly update the text on No Friends screen
This commit is contained in:
parent
6c38a500e7
commit
4023d49398
@ -4,7 +4,7 @@ from enum import Enum
|
||||
class Messaging(Enum):
|
||||
WELCOME_GROUP_MESSAGE = "Welcome to the beginning of the "
|
||||
CONTACT_REQUEST_SENT = 'Contact Request Sent'
|
||||
NO_FRIENDS_ITEM = "You don't have any contacts yet"
|
||||
NO_FRIENDS_ITEM = "You don’t have any contacts yet. Invite your friends to start chatting."
|
||||
NEW_CONTACT_REQUEST = 'New Contact Request'
|
||||
MESSAGE_NOTE_IDENTITY_REQUEST = 'Ask a question only they can answer'
|
||||
YOU_NEED_TO_BE_A_MEMBER = 'You need to be a member of this group to send messages'
|
||||
|
Loading…
x
Reference in New Issue
Block a user