aboutsummaryrefslogtreecommitdiff
path: root/views/installation/input/button.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/installation/input/button.php')
-rw-r--r--views/installation/input/button.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/installation/input/button.php b/views/installation/input/button.php
index 6704fa8c5..81a5414c4 100644
--- a/views/installation/input/button.php
+++ b/views/installation/input/button.php
@@ -17,7 +17,7 @@
$class = $vars['class'];
if (!$class) {
- $class = "elgg-submit-button";
+ $class = "elgg-button-submit";
}
if (isset($vars['type'])) {