summaryrefslogtreecommitdiffstats
path: root/webapp/components
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components')
-rw-r--r--webapp/components/rhs_comment.jsx2
-rw-r--r--webapp/components/rhs_root_post.jsx2
2 files changed, 2 insertions, 2 deletions
diff --git a/webapp/components/rhs_comment.jsx b/webapp/components/rhs_comment.jsx
index dcd5ee37f..1114d6fa1 100644
--- a/webapp/components/rhs_comment.jsx
+++ b/webapp/components/rhs_comment.jsx
@@ -392,7 +392,7 @@ export default class RhsComment extends React.Component {
<FormattedDate
value={post.create_at}
day='numeric'
- month='long'
+ month='short'
year='numeric'
hour12={!this.props.useMilitaryTime}
hour='2-digit'
diff --git a/webapp/components/rhs_root_post.jsx b/webapp/components/rhs_root_post.jsx
index ea0c71cc7..09ab17ba5 100644
--- a/webapp/components/rhs_root_post.jsx
+++ b/webapp/components/rhs_root_post.jsx
@@ -359,7 +359,7 @@ export default class RhsRootPost extends React.Component {
<FormattedDate
value={post.create_at}
day='numeric'
- month='long'
+ month='short'
year='numeric'
hour12={!this.props.useMilitaryTime}
hour='2-digit'