1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

improve wording

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2018-04-27 11:26:42 +01:00
parent 4a0a5c6bef
commit 97fecaedc2

View File

@@ -40,7 +40,7 @@ module.exports = React.createClass({
/* an optional EventTileOps implementation that can be used to unhide preview widgets */ /* an optional EventTileOps implementation that can be used to unhide preview widgets */
eventTileOps: PropTypes.object, eventTileOps: PropTypes.object,
/* an optional function which allows to collapse reply thread */ /* an optional function to be called when the user clicks collapse thread, if not provided hide button */
collapseReplyThread: PropTypes.func, collapseReplyThread: PropTypes.func,
/* callback called when the menu is dismissed */ /* callback called when the menu is dismissed */