diff --git a/core/templates/layout.guest.php b/core/templates/layout.guest.php index 35c4378fc987c80da1f1826b5e2bbeecd9518be4..6f40619f5f5d1883381eed7963b5bcad9a2eccf3 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>