summaryrefslogtreecommitdiffstats
path: root/web/react/components/change_url_modal.jsx
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-09-16 09:44:52 -0700
committerCorey Hulen <corey@hulen.com>2015-09-16 09:44:52 -0700
commit9828d84f01147ffb87b372d20681f91325ecfcf0 (patch)
treedc6ebe8374320ae53d199a87a9fcd51f103f8905 /web/react/components/change_url_modal.jsx
parent1220a0985876a63f59f2e469d03910cf0e609226 (diff)
parent28b61e6437a75be4e181188fcbbf9919239daf72 (diff)
downloadchat-9828d84f01147ffb87b372d20681f91325ecfcf0.tar.gz
chat-9828d84f01147ffb87b372d20681f91325ecfcf0.tar.bz2
chat-9828d84f01147ffb87b372d20681f91325ecfcf0.zip
Merge pull request #691 from asaadmahmoodspin/ui-changes
UI Updates for multiple tickets
Diffstat (limited to 'web/react/components/change_url_modal.jsx')
-rw-r--r--web/react/components/change_url_modal.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/change_url_modal.jsx b/web/react/components/change_url_modal.jsx
index 28fa70c1f..3553e1107 100644
--- a/web/react/components/change_url_modal.jsx
+++ b/web/react/components/change_url_modal.jsx
@@ -159,7 +159,7 @@ ChangeUrlModal.defaultProps = {
title: 'Change URL',
desciption: '',
urlLabel: 'URL',
- submitButtonText: 'Submit',
+ submitButtonText: 'Save',
currentURL: '',
serverError: ''
};