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:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-07-26 12:48:24 +0400
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-07-26 12:48:24 +0400
commit7b15d72c9c674fc3e395bb94a837b7e5ef2a7b8f (patch)
treef753f7b1ec6adf3f03a448695b8507dadf4652d5 /templates/wizard.php
parent9bddbffea4defb815b02914181ce7f11b3a7ba04 (diff)
use close instead of delete icon
Diffstat (limited to 'templates/wizard.php')
-rw-r--r--templates/wizard.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/wizard.php b/templates/wizard.php
index e8852711..e82932d9 100644
--- a/templates/wizard.php
+++ b/templates/wizard.php
@@ -1,7 +1,7 @@
<div id="firstrunwizard">
<a id="closeWizard" class="close">
- <img class="svg" src="<?php print_unescaped(OCP\Util::imagePath('core', 'actions/delete.svg')); ?>">
+ <img class="svg" src="<?php print_unescaped(OCP\Util::imagePath('core', 'actions/close.svg')); ?>">
</a>
<h1><?php p($l->t('Welcome to ownCloud'));?></h1>