mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
wording + localization
This commit is contained in:
@@ -463,8 +463,8 @@ export default class ManageCommandCmds extends React.Component {
|
||||
onChange={this.updateExternalManagement}
|
||||
/>
|
||||
<FormattedMessage
|
||||
id='user.settings.cmds.external_management_help'
|
||||
defaultMessage=' Let an external integration manage commands.'
|
||||
id='user.settings.cmds.slashCmd_autocmp'
|
||||
defaultMessage='Enable external application to offer autocomplete'
|
||||
/>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
@@ -1139,6 +1139,7 @@
|
||||
"user.settings.cmds.url_desc": "The callback URL to receive the HTTP POST or GET event request when the slash command is run.",
|
||||
"user.settings.cmds.username": "Response Username: ",
|
||||
"user.settings.cmds.username_desc": "Choose a username override for responses for this slash command. Usernames can consist of up to 22 characters consisting of lowercase letters, numbers and they symbols \"-\", \"_\", and \".\" .",
|
||||
"user.settings.cmds.slashCmd_autocmp": "Enable external application to offer autocomplete",
|
||||
"user.settings.custom_theme.awayIndicator": "Away Indicator",
|
||||
"user.settings.custom_theme.buttonBg": "Button BG",
|
||||
"user.settings.custom_theme.buttonColor": "Button Text",
|
||||
|
||||
Reference in New Issue
Block a user