summaryrefslogtreecommitdiffstats
path: root/web/react/components/change_url_modal.jsx
diff options
context:
space:
mode:
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: ''
};