status-desktop/test/e2e/constants/messaging.py

15 lines
691 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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 dont have any contacts yet'
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'
ID_VERIFICATION_REQUEST_SENT = 'ID verification request sent'
ID_VERIFICATION_REPLY_SENT = 'ID verification reply sent'
SHOW_PREVIEWS_TITLE = 'Show link previews?'
SHOW_PREVIEWS_TEXT = 'A preview of your link will be shown here before you send it'