diff --git a/web/calendar/filter-panel.react.js b/web/calendar/filter-panel.react.js --- a/web/calendar/filter-panel.react.js +++ b/web/calendar/filter-panel.react.js @@ -326,9 +326,7 @@ } const icon = this.props.collapsed ? faChevronUp : faChevronDown; const details = - this.props.numThreads === 1 - ? '1 thread' - : `${this.props.numThreads} threads`; + this.props.numThreads === 1 ? '1 chat' : `${this.props.numThreads} chats`; return (
@@ -339,7 +337,7 @@ />
diff --git a/web/modals/threads/members/members-list.react.js b/web/modals/threads/members/members-list.react.js --- a/web/modals/threads/members/members-list.react.js +++ b/web/modals/threads/members/members-list.react.js @@ -63,7 +63,7 @@ if (!hasMembers) { content = (
- No matching users were found in the thread! + No matching users were found in the chat!
); } diff --git a/web/modals/threads/new-thread-modal.react.js b/web/modals/threads/new-thread-modal.react.js --- a/web/modals/threads/new-thread-modal.react.js +++ b/web/modals/threads/new-thread-modal.react.js @@ -84,7 +84,7 @@ threadTypeSection = (
-
Thread type
+
Chat type
+
-
Thread name
+
Chat name