Skip to content
Snippets Groups Projects
Commit 570799ba authored by Morris Jobke's avatar Morris Jobke
Browse files

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

Make naming of encryption app consistent
parents c13bf8d8 762949af
No related branches found
No related tags found
No related merge requests found
<?php
/** @var array $_ */
/** @var OC_L10N $l */
?>
<form id="encryption" class="section"> <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 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")); ?> <?php p($l->t("Encryption App is enabled but your keys are not initialized, please log-out and log-in again")); ?>
......
<?php
/** @var array $_ */
/** @var OC_L10N $l */
?>
<form id="encryption" class="section"> <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 ): ?> <?php if ( $_["initialized"] === \OCA\Files_Encryption\Session::NOT_INITIALIZED ): ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment