]> source.dussan.org Git - nextcloud-server.git/commitdiff
Make naming of encryption app consistent
authorLukas Reschke <lukas@owncloud.com>
Wed, 21 Jan 2015 22:27:45 +0000 (23:27 +0100)
committerLukas Reschke <lukas@owncloud.com>
Wed, 21 Jan 2015 22:29:09 +0000 (23:29 +0100)
Fixes https://github.com/owncloud/core/issues/13580

apps/files_encryption/templates/settings-admin.php
apps/files_encryption/templates/settings-personal.php

index 4c1d724b6ddfd85ea6a1c4455d882f1a0baecd5a..b686912bf4dcf74c8089ad691e1267c8fec7da71 100644 (file)
@@ -1,5 +1,9 @@
+<?php
+       /** @var array $_ */
+       /** @var OC_L10N $l */
+?>
 <form id="encryption" class="section">
-       <h2><?php p($l->t('Encryption')); ?></h2>
+       <h2><?php p($l->t('Server-side Encryption')); ?></h2>
 
        <?php if($_["initStatus"] === \OCA\Files_Encryption\Session::NOT_INITIALIZED): ?>
                <?php p($l->t("Encryption App is enabled but your keys are not initialized, please log-out and log-in again")); ?>
index 17123a154d97b4dd39a47fed25397a11883bd89a..3c8034c968f4668de9eca1cc31361dc568d52aa7 100644 (file)
@@ -1,5 +1,9 @@
+<?php\r
+       /** @var array $_ */\r
+       /** @var OC_L10N $l */\r
+?>\r
 <form id="encryption" class="section">\r
-       <h2><?php p( $l->t( 'Encryption' ) ); ?></h2>\r
+       <h2><?php p($l->t('Server-side Encryption')); ?></h2>\r
 \r
        <?php if ( $_["initialized"] === \OCA\Files_Encryption\Session::NOT_INITIALIZED ): ?>\r
 \r