summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
Diffstat (limited to 'webapp')
-rw-r--r--webapp/components/admin_console/logs.jsx8
-rwxr-xr-xwebapp/i18n/en.json1
2 files changed, 9 insertions, 0 deletions
diff --git a/webapp/components/admin_console/logs.jsx b/webapp/components/admin_console/logs.jsx
index c8405a2f7..d3fa67f55 100644
--- a/webapp/components/admin_console/logs.jsx
+++ b/webapp/components/admin_console/logs.jsx
@@ -91,6 +91,14 @@ export default class Logs extends React.Component {
defaultMessage='Server Logs'
/>
</h3>
+ <div className='banner'>
+ <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.'
+ />
+ </div>
+ </div>
<button
type='submit'
className='btn btn-primary'
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 1f122403a..4de4c155d 100755
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -532,6 +532,7 @@
"admin.log.locationPlaceholder": "Enter your file location",
"admin.log.locationTitle": "File Log Directory:",
"admin.log.logSettings": "Log Settings",
+ "admin.logs.bannerDesc": "To look up users by User ID, go to Reporting > Users and paste the ID into the search filter.",
"admin.logs.reload": "Reload",
"admin.logs.title": "Server Logs",
"admin.metrics.enableDescription": "When true, Mattermost will enable performance monitoring collection and profiling. Please see <a href=\"http://docs.mattermost.com/deployment/metrics.html\" target='_blank'>documentation</a> to learn more about configuring performance monitoring for Mattermost.",