Updated onboarding text (#7138)
* Updated onboarding text https://mattermost.atlassian.net/browse/MM-46606 * Updated string in code
This commit is contained in:
parent
a11d3c6d2a
commit
b9f15afa81
2 changed files with 2 additions and 2 deletions
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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": "Let’s 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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue