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:
authorBjoern Schiessle <schiessle@owncloud.com>2013-08-09 14:44:06 +0400
committerBjoern Schiessle <schiessle@owncloud.com>2013-08-09 14:44:06 +0400
commit6373c08d38d29a2f08348cfb85bd0427a9c11d9f (patch)
tree86a7db58b96441b776adecb9e8d28f60d56aacca /templates
parent17a2615b11e0410cf7c7a57f55fb05d9966c6780 (diff)
parentcbf1545cc5522576c9eef2c5efa24c43c0b13582 (diff)
Merge branch 'master' of github.com:owncloud/apps
Diffstat (limited to 'templates')
-rw-r--r--templates/wizard.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/wizard.php b/templates/wizard.php
index 7cfea421..0b3d51e0 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>