diff options
author | Jan C. Borchardt <hey@jancborchardt.net> | 2020-09-23 10:27:42 +0200 |
---|---|---|
committer | Jan C. Borchardt <hey@jancborchardt.net> | 2020-09-23 10:27:42 +0200 |
commit | dca0cc9217afa5a67e2167f09ec99f8771303306 (patch) | |
tree | d7368c4c1d3f64f505f55e6c8cc3540c0fe1f6da /apps/settings/templates | |
parent | 7d0602792280f88af6867db0131d1bf8984b2c2c (diff) | |
download | nextcloud-server-dca0cc9217afa5a67e2167f09ec99f8771303306.tar.gz nextcloud-server-dca0cc9217afa5a67e2167f09ec99f8771303306.zip |
Make 'Reasons to use Nextcloud' button translatable, fix #22977
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/settings/templates')
-rw-r--r-- | apps/settings/templates/settings/personal/development.notice.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/templates/settings/personal/development.notice.php b/apps/settings/templates/settings/personal/development.notice.php index 95197b96392..bed534b2d5f 100644 --- a/apps/settings/templates/settings/personal/development.notice.php +++ b/apps/settings/templates/settings/personal/development.notice.php @@ -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( |