summaryrefslogtreecommitdiffstats
path: root/web/react/components/admin_console
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2016-02-01 19:37:07 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2016-02-01 19:37:07 +0500
commit4abe6037bbc57bba77b0ceb9014595e37f9d1710 (patch)
tree52043f9101b8d6ca692587d72c9599b6ab85e60b /web/react/components/admin_console
parent4a214cdaa2912f48dec4361722522c424384af49 (diff)
downloadchat-4abe6037bbc57bba77b0ceb9014595e37f9d1710.tar.gz
chat-4abe6037bbc57bba77b0ceb9014595e37f9d1710.tar.bz2
chat-4abe6037bbc57bba77b0ceb9014595e37f9d1710.zip
Fixing system console and changing swapping icon with reply icon
Diffstat (limited to 'web/react/components/admin_console')
-rw-r--r--web/react/components/admin_console/analytics.jsx20
1 files changed, 12 insertions, 8 deletions
diff --git a/web/react/components/admin_console/analytics.jsx b/web/react/components/admin_console/analytics.jsx
index ff5903c62..a22c26c34 100644
--- a/web/react/components/admin_console/analytics.jsx
+++ b/web/react/components/admin_console/analytics.jsx
@@ -104,10 +104,12 @@ export default class Analytics extends React.Component {
let content;
if (this.props.postCountsDay.labels.length === 0) {
content = (
- <FormattedMessage
- id='admin.analytics.meaningful'
- defaultMessage='Not enough data for a meaningful representation.'
- />
+ <h5>
+ <FormattedMessage
+ id='admin.analytics.meaningful'
+ defaultMessage='Not enough data for a meaningful representation.'
+ />
+ </h5>
);
} else {
content = (
@@ -153,10 +155,12 @@ export default class Analytics extends React.Component {
let content;
if (this.props.userCountsWithPostsDay.labels.length === 0) {
content = (
- <FormattedMessage
- id='admin.analytics.meaningful'
- defaultMessage='Not enough data for a meaningful representation.'
- />
+ <h5>
+ <FormattedMessage
+ id='admin.analytics.meaningful'
+ defaultMessage='Not enough data for a meaningful representation.'
+ />
+ </h5>
);
} else {
content = (