summaryrefslogtreecommitdiffstats
path: root/web/react/components
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-03-08 23:09:33 -0500
committerChristopher Speller <crspeller@gmail.com>2016-03-08 23:09:33 -0500
commit3d8c6af4d9cc04141c2af5d8163a640b3bb6a9a3 (patch)
treeb476d9e5b4fbb9185720a39b70fc1064ae78c542 /web/react/components
parent8f38e4317b66b8ed778820a5f812ccc005036437 (diff)
downloadchat-3d8c6af4d9cc04141c2af5d8163a640b3bb6a9a3.tar.gz
chat-3d8c6af4d9cc04141c2af5d8163a640b3bb6a9a3.tar.bz2
chat-3d8c6af4d9cc04141c2af5d8163a640b3bb6a9a3.zip
Fix spelling
Diffstat (limited to 'web/react/components')
-rw-r--r--web/react/components/about_build_modal.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/react/components/about_build_modal.jsx b/web/react/components/about_build_modal.jsx
index 86519e5db..34b1fdccf 100644
--- a/web/react/components/about_build_modal.jsx
+++ b/web/react/components/about_build_modal.jsx
@@ -21,7 +21,7 @@ export default class AboutBuildModal extends React.Component {
let title = (
<FormattedMessage
- id='about.teamEdtiont0'
+ id='about.teamEditiont0'
defaultMessage='Team Edition T0'
/>
);
@@ -30,7 +30,7 @@ export default class AboutBuildModal extends React.Component {
if (config.BuildEnterpriseReady === 'true') {
title = (
<FormattedMessage
- id='about.teamEdtiont1'
+ id='about.teamEditiont1'
defaultMessage='Team Edition T1'
/>
);