diff options
Diffstat (limited to 'apps/files_sharing/templates')
-rw-r--r-- | apps/files_sharing/templates/public.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php index 4d4d96bbdcc..8795318c1c3 100644 --- a/apps/files_sharing/templates/public.php +++ b/apps/files_sharing/templates/public.php @@ -104,8 +104,8 @@ $maxUploadFilesize = min($upload_max_filesize, $post_max_size); <?php if (!empty($_['disclaimer'])) { ?> <div> <?php - echo $l->t('By uploading files, you agree to the %s.', [ - '<b id="show-terms-dialog">' . $l->t('terms of service') . '</b>' + echo $l->t('By uploading files, you agree to the %1$sterms of service%2$s.', [ + '<span id="show-terms-dialog">', '</span>' ]); ?> </div> |