summaryrefslogtreecommitdiffstats
path: root/web/react/components/rename_team_modal.jsx
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-07-31 08:50:05 -0400
committerJoram Wilander <jwawilander@gmail.com>2015-07-31 08:50:05 -0400
commit0ecc1dba8168483eb2a09dfcea2d64d49ed5f596 (patch)
tree552263449d1b64d633b60a005481bdbdf7d273e0 /web/react/components/rename_team_modal.jsx
parent8265e5ed8215dcf0cf4ca3438f5f2e62576656fe (diff)
parenteae619e170d796f2003161ad0ac41525f5a32b01 (diff)
downloadchat-0ecc1dba8168483eb2a09dfcea2d64d49ed5f596.tar.gz
chat-0ecc1dba8168483eb2a09dfcea2d64d49ed5f596.tar.bz2
chat-0ecc1dba8168483eb2a09dfcea2d64d49ed5f596.zip
Merge pull request #294 from asaadmahmoodspin/master
Improving smoothness of RHS search
Diffstat (limited to 'web/react/components/rename_team_modal.jsx')
-rw-r--r--web/react/components/rename_team_modal.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/rename_team_modal.jsx b/web/react/components/rename_team_modal.jsx
index dfd775a3b..bebdd6662 100644
--- a/web/react/components/rename_team_modal.jsx
+++ b/web/react/components/rename_team_modal.jsx
@@ -83,7 +83,7 @@ module.exports = React.createClass({
</form>
</div>
<div className="modal-footer">
- <button type="button" className="btn btn-default" data-dismiss="modal">Close</button>
+ <button type="button" className="btn btn-default" data-dismiss="modal">Cancel</button>
<button onClick={this.handleSubmit} type="button" className="btn btn-primary">Save</button>
</div>
</div>