summaryrefslogtreecommitdiffstats
path: root/public/js/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/js/index.js')
-rw-r--r--public/js/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/js/index.js b/public/js/index.js
index e6719c57f0..d26764fcc7 100644
--- a/public/js/index.js
+++ b/public/js/index.js
@@ -1306,6 +1306,7 @@ function initEditor() {
$('.quick-pull-branch-name').hide();
$('.quick-pull-branch-name input').prop('required',false);
}
+ $('#commit-button').text($(this).attr('button_text'));
});
const $editFilename = $("#file-name");