Updated onboarding text (#7138)

* Updated onboarding text

https://mattermost.atlassian.net/browse/MM-46606

* Updated string in code
This commit is contained in:
Carrie Warner (Mattermost) 2023-02-16 08:55:44 -05:00 committed by GitHub
parent a11d3c6d2a
commit b9f15afa81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -79,7 +79,7 @@ const ServerHeader = ({additionalServer, theme}: Props) => {
}
{title}
<FormattedText
defaultMessage="A Server is your team's communication hub which is accessed through a unique URL"
defaultMessage="A server is your team's communication hub accessed using a unique URL"
id='mobile.components.select_server_view.msg_description'
style={styles.description}
testID='server_header.description'

View file

@ -475,7 +475,7 @@
"mobile.components.select_server_view.displayName": "Display Name",
"mobile.components.select_server_view.enterServerUrl": "Enter Server URL",
"mobile.components.select_server_view.msg_connect": "Lets Connect to a Server",
"mobile.components.select_server_view.msg_description": "A Server is your team's communication hub which is accessed through a unique URL",
"mobile.components.select_server_view.msg_description": "A server is your team's communication hub accessed using a unique URL",
"mobile.components.select_server_view.msg_welcome": "Welcome",
"mobile.components.select_server_view.proceed": "Proceed",
"mobile.create_channel": "Create",