Add note that users can be searched by token ID in the Users page (#7222)

* Update en.json

* Update custom_integrations_settings.jsx

* Update logs.jsx
Этот коммит содержится в:
Jason Blais
2017-08-16 09:18:06 -04:00
коммит произвёл enahum
родитель b122381e87
Коммит cc3d8a9180
3 изменённых файлов: 4 добавлений и 4 удалений

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

@@ -96,7 +96,7 @@ export default class Logs extends React.PureComponent {
<div className='banner__content'>
<FormattedMessage
id='admin.logs.bannerDesc'
defaultMessage='To look up users by User ID, go to Reporting > Users and paste the ID into the search filter.'
defaultMessage='To look up users by User ID or Token ID, go to Reporting > Users and paste the ID into the search filter.'
/>
</div>
</div>