mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
Make 'Reasons to use Nextcloud' button translatable, fix #22977
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<div class="section development-notice">
|
||||
<p>
|
||||
<a href="<?php p($_['reasons-use-nextcloud-pdf-link']); ?>" id="open-reasons-use-nextcloud-pdf" class="link-button icon-file" target="_blank">Reasons to use Nextcloud in your organization</a>
|
||||
<a href="<?php p($_['reasons-use-nextcloud-pdf-link']); ?>" id="open-reasons-use-nextcloud-pdf" class="link-button icon-file" target="_blank"><?php p($l->t('Reasons to use Nextcloud in your organization'));?></a>
|
||||
</p>
|
||||
<p>
|
||||
<?php print_unescaped(str_replace(
|
||||
|
||||
Reference in New Issue
Block a user