summaryrefslogtreecommitdiffstats
path: root/webapp/components/post_view/commented_on_files_message/commented_on_files_message.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/post_view/commented_on_files_message/commented_on_files_message.jsx')
-rw-r--r--webapp/components/post_view/commented_on_files_message/commented_on_files_message.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/post_view/commented_on_files_message/commented_on_files_message.jsx b/webapp/components/post_view/commented_on_files_message/commented_on_files_message.jsx
index a8c6845c8..1755d68e4 100644
--- a/webapp/components/post_view/commented_on_files_message/commented_on_files_message.jsx
+++ b/webapp/components/post_view/commented_on_files_message/commented_on_files_message.jsx
@@ -45,7 +45,7 @@ export default class CommentedOnFilesMessage extends React.PureComponent {
id='post_body.plusMore'
defaultMessage=' plus {count, number} other {count, plural, one {file} other {files}}'
values={{
- count: this.props.fileInfos.length
+ count: this.props.fileInfos.length - 1
}}
/>
);