diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2020-09-16 10:51:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-16 10:51:41 +0200 |
commit | 583bc5505a6b968398d3066177cfc8ac1fbe1910 (patch) | |
tree | 3824066479455d5212db0e31b53c42ecb05088ce /apps/federatedfilesharing | |
parent | 498684efd6aef9cd61266a2b6884c092d06406ce (diff) | |
download | nextcloud-server-583bc5505a6b968398d3066177cfc8ac1fbe1910.tar.gz nextcloud-server-583bc5505a6b968398d3066177cfc8ac1fbe1910.zip |
l10n: Add parentheses
Diffstat (limited to 'apps/federatedfilesharing')
-rw-r--r-- | apps/federatedfilesharing/templates/settings-admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/federatedfilesharing/templates/settings-admin.php b/apps/federatedfilesharing/templates/settings-admin.php index 6587cd19dd9..18edc7267f6 100644 --- a/apps/federatedfilesharing/templates/settings-admin.php +++ b/apps/federatedfilesharing/templates/settings-admin.php @@ -23,7 +23,7 @@ style('federatedfilesharing', 'settings-admin'); print_unescaped('checked="checked"'); } ?> /> <label for="outgoingServer2serverShareEnabled"> - <?php p($l->t('Allow users on this server to send shares to other servers. This option also allows WebDAV access to public shares'));?> + <?php p($l->t('Allow users on this server to send shares to other servers (This option also allows WebDAV access to public shares)'));?> </label> </p> <p> |