diff options
author | Vincent Petry <pvince81@owncloud.com> | 2013-11-25 02:12:09 -0800 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2013-11-25 02:12:09 -0800 |
commit | 15f7315231593a002f8b7245bcd535493a30dcae (patch) | |
tree | 8a5eceb6165989dc6aa9715021d23ee5facc71c9 | |
parent | b82146eeee2c969a53dd42cebf06ecfd31a0e286 (diff) | |
parent | f1f172e16ea078b2efdce90045b2d303283bf31e (diff) | |
download | nextcloud-server-15f7315231593a002f8b7245bcd535493a30dcae.tar.gz nextcloud-server-15f7315231593a002f8b7245bcd535493a30dcae.zip |
Merge pull request #6025 from owncloud/typo
fix typo
-rw-r--r-- | settings/templates/personal.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 2d8652aed76..a79eeefa796 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -145,7 +145,7 @@ if($_['passwordChangeSupported']) { <h2> <?php p( $l->t( 'Encryption' ) ); ?> </h2> - <?php p($l->t( "The encryption app is no longer enabled, decrypt all your file" )); ?> + <?php p($l->t( "The encryption app is no longer enabled, please decrypt all your files" )); ?> <p> <input type="password" |