summaryrefslogtreecommitdiffstats
path: root/web/react/components/delete_post_modal.jsx
diff options
context:
space:
mode:
authorElias Nahum <nahumhbl@gmail.com>2016-02-09 16:44:19 -0300
committerElias Nahum <nahumhbl@gmail.com>2016-02-09 16:44:19 -0300
commitff625794f85517506f788ce7c551cdf634371439 (patch)
treedc20eea0f25a7203359fadd946b34dec247231f6 /web/react/components/delete_post_modal.jsx
parentc88447b6d4c2acc99286d6db0badf95aee5a31d9 (diff)
downloadchat-ff625794f85517506f788ce7c551cdf634371439.tar.gz
chat-ff625794f85517506f788ce7c551cdf634371439.tar.bz2
chat-ff625794f85517506f788ce7c551cdf634371439.zip
Fix delete_post_modal showing unnecessary $ sign
Diffstat (limited to 'web/react/components/delete_post_modal.jsx')
-rw-r--r--web/react/components/delete_post_modal.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/delete_post_modal.jsx b/web/react/components/delete_post_modal.jsx
index 65ffa96a1..95b2e58a8 100644
--- a/web/react/components/delete_post_modal.jsx
+++ b/web/react/components/delete_post_modal.jsx
@@ -173,7 +173,7 @@ export default class DeletePostModal extends React.Component {
<Modal.Body>
<FormattedMessage
id='delete_post.question'
- defaultMessage='Are you sure you want to delete this ${term}?'
+ defaultMessage='Are you sure you want to delete this {term}?'
values={{
term: (postTerm)
}}