summaryrefslogtreecommitdiffstats
path: root/core/templates
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-15 17:02:26 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-15 17:02:26 +0200
commit4a5288672838e05cc3addbd10f90bd7c35b22d2c (patch)
tree07d58a50d3948dfffab29608fb8761f676452803 /core/templates
parentc08e85bf7029265037a0838f9a537bb8fa7e954f (diff)
downloadnextcloud-server-4a5288672838e05cc3addbd10f90bd7c35b22d2c.tar.gz
nextcloud-server-4a5288672838e05cc3addbd10f90bd7c35b22d2c.zip
updated why we do this
Diffstat (limited to 'core/templates')
-rw-r--r--core/templates/layout.guest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.guest.php b/core/templates/layout.guest.php
index 42c2539af13..04bb21896f1 100644
--- a/core/templates/layout.guest.php
+++ b/core/templates/layout.guest.php
@@ -35,6 +35,6 @@
</div></header>
<?php echo $_['content']; ?>
</div>
- <footer><p class="info"><a href="http://owncloud.org/">ownCloud</a> <?php echo $l->t( 'is a personal cloud which runs on your own server' ); ?>.</p></footer>
+ <footer><p class="info"><a href="http://owncloud.org/">ownCloud</a> <?php echo $l->t( 'gives you the freedom to control your own data on the internet' ); ?></p></footer>
</body>
</html>