diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-09-04 16:38:45 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-09-04 16:38:45 +0200 |
commit | a47f22a275e6af77f08de4a3edf327e5551c8c2b (patch) | |
tree | 7a43da22d4e19b90ccd202f477fbf76eb0c4d8b7 | |
parent | 2fed316efa4ff219778f6baa392e3a32382ff7f5 (diff) | |
download | nextcloud-server-a47f22a275e6af77f08de4a3edf327e5551c8c2b.tar.gz nextcloud-server-a47f22a275e6af77f08de4a3edf327e5551c8c2b.zip |
clarified what we do
-rw-r--r-- | core/templates/layout.guest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.guest.php b/core/templates/layout.guest.php index 35c4378fc98..6f40619f5f5 100644 --- a/core/templates/layout.guest.php +++ b/core/templates/layout.guest.php @@ -32,6 +32,6 @@ </div></header> <?php echo $_['content']; ?> </div> - <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> + <footer><p class="info"><a href="http://owncloud.org/">ownCloud</a> <?php echo $l->t( 'gives you freedom and control over your own data' ); ?></p></footer> </body> </html> |