summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2021-05-28 17:57:36 +0200
committerGitHub <noreply@github.com>2021-05-28 17:57:36 +0200
commit5495d280a3accc4cef07789bfa3e15fc4d5c2c99 (patch)
treed29712b3ea5705898902f7275c529e886c538a7b /apps
parent91788cc90eac1773356f7429c9c672f6585c04ae (diff)
parentee48cd9f31b183ca3d0e778ef50129719190234b (diff)
downloadnextcloud-server-5495d280a3accc4cef07789bfa3e15fc4d5c2c99.tar.gz
nextcloud-server-5495d280a3accc4cef07789bfa3e15fc4d5c2c99.zip
Merge pull request #27197 from nextcloud/Valdnet-patch-1
Diffstat (limited to 'apps')
-rw-r--r--apps/settings/templates/settings/admin/sharing.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/settings/templates/settings/admin/sharing.php b/apps/settings/templates/settings/admin/sharing.php
index 9b562cface6..e85047b7037 100644
--- a/apps/settings/templates/settings/admin/sharing.php
+++ b/apps/settings/templates/settings/admin/sharing.php
@@ -52,7 +52,7 @@
<p id="setDefaultInternalExpireDate" class="double-indent <?php if ($_['shareDefaultInternalExpireDateSet'] === 'no' || $_['shareAPIEnabled'] === 'no') {
p('hidden');
}?>">
- <?php p($l->t('Expire after ')); ?>
+ <?php p($l->t('Expire after') . ' '); ?>
<input type="text" name='shareapi_internal_expire_after_n_days' id="shareapiInternalExpireAfterNDays" placeholder="<?php p('7')?>"
value='<?php p($_['shareInternalExpireAfterNDays']) ?>' />
<?php p($l->t('days')); ?>
@@ -75,7 +75,7 @@
<p id="setDefaultRemoteExpireDate" class="double-indent <?php if ($_['shareDefaultRemoteExpireDateSet'] === 'no' || $_['shareAPIEnabled'] === 'no') {
p('hidden');
}?>">
- <?php p($l->t('Expire after ')); ?>
+ <?php p($l->t('Expire after'). ' '); ?>
<input type="text" name='shareapi_remote_expire_after_n_days' id="shareapiRemoteExpireAfterNDays" placeholder="<?php p('7')?>"
value='<?php p($_['shareRemoteExpireAfterNDays']) ?>' />
<?php p($l->t('days')); ?>
@@ -125,7 +125,7 @@
<p id="setDefaultExpireDate" class="double-indent <?php if ($_['allowLinks'] !== 'yes' || $_['shareDefaultExpireDateSet'] === 'no' || $_['shareAPIEnabled'] === 'no') {
p('hidden');
}?>">
- <?php p($l->t('Expire after ')); ?>
+ <?php p($l->t('Expire after'). ' '); ?>
<input type="text" name='shareapi_expire_after_n_days' id="shareapiExpireAfterNDays" placeholder="<?php p('7')?>"
value='<?php p($_['shareExpireAfterNDays']) ?>' />
<?php p($l->t('days')); ?>