Merge pull request #247 from nextcloud/l10n-fixes

Fix update notification text
This commit is contained in:
Morris Jobke 2016-06-30 09:11:54 +02:00 committed by GitHub
commit f7a69c765a
1 changed files with 3 additions and 1 deletions

View File

@ -47,7 +47,9 @@
<input name="oca_updatenotification_groups_list" type="hidden" id="oca_updatenotification_groups_list" value="<?php p($_['notify_groups']) ?>" style="width: 400px">
<em class="<?php if (!in_array($currentChannel, ['daily', 'git'])) p('hidden'); ?>">
<br />
<?php p($l->t('Only notification for app updates are available, because the selected update channel for the server itself does not allow notifications.')); ?>
<?php p($l->t('Only notification for app updates are available.')); ?>
<?php if ($currentChannel === 'daily') p($l->t('The selected update channel makes dedicated notifications for the server obsolete.')); ?>
<?php if ($currentChannel === 'git') p($l->t('The selected update channel does not support updates of the server.')); ?>
</em>
</p>
</form>