wording + localization

This commit is contained in:
Nicolas Clerc
2016-03-08 00:22:40 +01:00
parent 81366cd5e5
commit 61328383e4
2 changed files with 3 additions and 2 deletions

View File

@@ -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>

View File

@@ -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",