Updated custom emoji help text (#3653)

Этот коммит содержится в:
Harrison Healey
2016-07-22 10:54:03 -04:00
коммит произвёл GitHub
родитель 9c2c941449
Коммит 6496205461
2 изменённых файлов: 14 добавлений и 5 удалений

Просмотреть файл

@@ -141,10 +141,18 @@ export default class EmojiList extends React.Component {
</div> </div>
</div> </div>
<span className='backstage-list__help'> <span className='backstage-list__help'>
<FormattedMessage <p>
id='emoji_list.help' <FormattedMessage
defaultMessage='Custom emoji are available to everyone on your server and will appear in the emoji autocomplete menu. Other users may need to refresh the page before new emojis appear.' id='emoji_list.help'
/> defaultMessage="Custom emoji are available to everyone on your server. Type ':' in a message box to bring up the emoji selection menu. Other users may need to refresh the page before new emojis appear."
/>
</p>
<p>
<FormattedMessage
id='emoji_list.help2'
defaultMessage="Tip: If you add #, ##, or ### as the first character on a new line containing emoji, you can use larger sized emoji. To try it out, send a message such as: '# :smile:'."
/>
</p>
</span> </span>
<div className='backstage-list'> <div className='backstage-list'>
<table className='emoji-list__table'> <table className='emoji-list__table'>

Просмотреть файл

@@ -1026,7 +1026,8 @@
"emoji_list.creator": "Creator", "emoji_list.creator": "Creator",
"emoji_list.delete": "Delete", "emoji_list.delete": "Delete",
"emoji_list.empty": "No Custom Emoji Found", "emoji_list.empty": "No Custom Emoji Found",
"emoji_list.help": "Custom emoji are available to everyone on your server and will appear in the emoji autocomplete menu. Other users may need to refresh the page before new emojis appear.", "emoji_list.help": "Custom emoji are available to everyone on your server. Type ':' in a message box to bring up the emoji selection menu. Other users may need to refresh the page before new emojis appear.",
"emoji_list.help2": "Tip: If you add #, ##, or ### as the first character on a new line containing emoji, you can use larger sized emoji. To try it out, send a message such as: '# :smile:'.",
"emoji_list.image": "Image", "emoji_list.image": "Image",
"emoji_list.name": "Name", "emoji_list.name": "Name",
"emoji_list.search": "Search Custom Emoji", "emoji_list.search": "Search Custom Emoji",