Updated custom emoji help text (#3653)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
9c2c941449
Коммит
6496205461
@@ -141,10 +141,18 @@ export default class EmojiList extends React.Component {
|
||||
</div>
|
||||
</div>
|
||||
<span className='backstage-list__help'>
|
||||
<FormattedMessage
|
||||
id='emoji_list.help'
|
||||
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.'
|
||||
/>
|
||||
<p>
|
||||
<FormattedMessage
|
||||
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>
|
||||
<div className='backstage-list'>
|
||||
<table className='emoji-list__table'>
|
||||
|
||||
@@ -1026,7 +1026,8 @@
|
||||
"emoji_list.creator": "Creator",
|
||||
"emoji_list.delete": "Delete",
|
||||
"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.name": "Name",
|
||||
"emoji_list.search": "Search Custom Emoji",
|
||||
|
||||
Ссылка в новой задаче
Block a user