Merge pull request #13581 from owncloud/make-naming-consistent

Make naming of encryption app consistent
remotes/origin/create-share-target-reuse
Morris Jobke 2015-01-22 00:29:50 +07:00
commit 570799ba40
2 changed files with 10 additions and 2 deletions

@ -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")); ?>

@ -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 ( $_["initialized"] === \OCA\Files_Encryption\Session::NOT_INITIALIZED ): ?>