summaryrefslogtreecommitdiffstats
path: root/webapp/root.jsx
diff options
context:
space:
mode:
authorPierre Rudloff <contact@rudloff.pro>2016-12-21 23:29:38 +0100
committerenahum <nahumhbl@gmail.com>2016-12-21 19:29:38 -0300
commit56dc863de14da2c5d6b897352e91384a91a40f94 (patch)
tree71469a5425323033b37810ac03a80c9ec141b83f /webapp/root.jsx
parent25d40bc98c71f526c256076f0c21c04bbb4e99e7 (diff)
downloadchat-56dc863de14da2c5d6b897352e91384a91a40f94.tar.gz
chat-56dc863de14da2c5d6b897352e91384a91a40f94.tar.bz2
chat-56dc863de14da2c5d6b897352e91384a91a40f94.zip
Fix some typos in the English locale (fixes #4663) (#4793)
Diffstat (limited to 'webapp/root.jsx')
-rw-r--r--webapp/root.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/root.jsx b/webapp/root.jsx
index 1a085dae1..b8fa4e6a2 100644
--- a/webapp/root.jsx
+++ b/webapp/root.jsx
@@ -41,7 +41,7 @@ function preRenderSetup(callwhendone) {
});
if (window.mm_config && window.mm_config.EnableDeveloper === 'true') {
- window.ErrorStore.storeLastError({type: 'developer', message: 'DEVELOPER MODE: A javascript error has occured. Please use the javascript console to capture and report the error (row: ' + line + ' col: ' + column + ').'});
+ window.ErrorStore.storeLastError({type: 'developer', message: 'DEVELOPER MODE: A JavaScript error has occurred. Please use the JavaScript console to capture and report the error (row: ' + line + ' col: ' + column + ').'});
window.ErrorStore.emitChange();
}
};