Skip to content
Snippets Groups Projects
Commit 762949af authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Make naming of encryption app consistent

parent c13bf8d8
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