Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanDragon <40271530+JanDragon@users.noreply.github.com>2020-01-10 19:06:00 +0300
committerGitHub <noreply@github.com>2020-01-10 19:06:00 +0300
commit0882c58a9cff638aeb1ed63db59645908b2145ca (patch)
tree8c028a4997018743629dfc8999b12a05c204aba6
parentfa7e96b5e007110a9a71ec210104bebfd870e4e7 (diff)
Update wizard.phpJanDragon-patch-1
-rw-r--r--templates/wizard.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/wizard.php b/templates/wizard.php
index 099a7b5e..5a354a0c 100644
--- a/templates/wizard.php
+++ b/templates/wizard.php
@@ -44,7 +44,7 @@
<div><ul class="position-indicator"></ul></div>
<div class="next">
<button class="primary" id="next"><?php p($l->t('Next')); ?></button>
- <button class="primary" id="finish"><?php p($l->t('Start using 'data-title="<?php p($theme->getSlogan())); ?></button>
+ <button class="primary" id="finish"><?php p($l->t('Start using %s', [$theme->getName()]);; ?></button>
</div>
</div>
</div>