summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-09-24 21:56:40 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-09-24 21:56:40 +0200
commitc09b12513118cf41a73ed7ff6a8191919fd34264 (patch)
tree4cc87d7bd369c1cd6430246f834254c798a436c9 /core
parentda63140b0487f1702e3d652f88dcfc0f49e45bd7 (diff)
downloadnextcloud-server-c09b12513118cf41a73ed7ff6a8191919fd34264.tar.gz
nextcloud-server-c09b12513118cf41a73ed7ff6a8191919fd34264.zip
relabeled Finish setup button with 'Finishing ...'
Diffstat (limited to 'core')
-rw-r--r--core/js/setup.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/setup.js b/core/js/setup.js
index 759f2357dc7..0ed0ea69120 100644
--- a/core/js/setup.js
+++ b/core/js/setup.js
@@ -37,7 +37,7 @@ $(document).ready(function() {
var post = $(this).serializeArray();
// Disable inputs
- $(':submit', this).attr('disabled','disabled').val('Please wait....');
+ $(':submit', this).attr('disabled','disabled').val('Finishing …');
$('input', this).addClass('ui-state-disabled').attr('disabled','disabled');
$('#selectDbType').button('disable');
$('label.ui-button', this).addClass('ui-state-disabled').attr('aria-disabled', 'true').button('disable');