diff --git a/apps/federatedfilesharing/templates/settings-admin.php b/apps/federatedfilesharing/templates/settings-admin.php index b60ff1083b098..7343a867d5344 100644 --- a/apps/federatedfilesharing/templates/settings-admin.php +++ b/apps/federatedfilesharing/templates/settings-admin.php @@ -9,7 +9,6 @@ -

/> diff --git a/apps/federation/css/settings-admin.css b/apps/federation/css/settings-admin.css index 97a50785f825c..3fd5f5aea6dc5 100644 --- a/apps/federation/css/settings-admin.css +++ b/apps/federation/css/settings-admin.css @@ -1,9 +1,9 @@ #ocFederationSettings p { - padding-top: 10px; + padding-bottom: 10px; } #listOfTrustedServers li { - padding-top: 10px; + padding-bottom: 10px; } .removeTrustedServer { diff --git a/apps/federation/templates/settings-admin.php b/apps/federation/templates/settings-admin.php index dbcb4a54e6a2e..f0c2db81961f9 100644 --- a/apps/federation/templates/settings-admin.php +++ b/apps/federation/templates/settings-admin.php @@ -7,21 +7,14 @@ style('federation', 'settings-admin') ?>

-

t('Federation')); ?>

- t('Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing.')); ?> +

t('Trusted servers')); ?>

+

t('Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing.')); ?>

/>

-

t('Trusted servers')); ?>

-

- - - - -

+

+ + + + +

- diff --git a/apps/sharebymail/css/settings-admin.css b/apps/sharebymail/css/settings-admin.css index c7bfb122f3ebf..fc6093ad525d1 100644 --- a/apps/sharebymail/css/settings-admin.css +++ b/apps/sharebymail/css/settings-admin.css @@ -1,3 +1,3 @@ #ncShareByMailSettings p { - padding-top: 10px; + padding-bottom: 10px; } diff --git a/apps/sharebymail/templates/settings-admin.php b/apps/sharebymail/templates/settings-admin.php index 3af98741e523d..50fede8668523 100644 --- a/apps/sharebymail/templates/settings-admin.php +++ b/apps/sharebymail/templates/settings-admin.php @@ -8,7 +8,7 @@ ?>

t('Share by mail')); ?>

- t('Send a personalized link to a file or folder by mail.')); ?> +

t('Allows users to share a personalized link to a file or folder by putting in an email address.')); ?>

/> @@ -18,4 +18,3 @@

- diff --git a/apps/systemtags/templates/admin.php b/apps/systemtags/templates/admin.php index de97b283d091e..e964f610ca12c 100644 --- a/apps/systemtags/templates/admin.php +++ b/apps/systemtags/templates/admin.php @@ -33,8 +33,9 @@

t('Collaborative tags')); ?>

+

t('Create and edit collaborative tags. These tags affect all users.')); ?>

- +

diff --git a/apps/theming/templates/settings-admin.php b/apps/theming/templates/settings-admin.php index 920b4a007da5b..61fe57c3c75f5 100644 --- a/apps/theming/templates/settings-admin.php +++ b/apps/theming/templates/settings-admin.php @@ -28,6 +28,7 @@ ?>

t('Theming')); ?>

+

t('Theming makes it possible to easily customize the look and feel of your instance. This will be visible for all users.')); ?>

diff --git a/apps/updatenotification/templates/admin.php b/apps/updatenotification/templates/admin.php index 28a4799241081..dcea7cf3e6b63 100644 --- a/apps/updatenotification/templates/admin.php +++ b/apps/updatenotification/templates/admin.php @@ -23,7 +23,7 @@ t('Download now')) ?> - t('Your version is up to date.')); ?> + t('Your version is up to date.')); ?> diff --git a/settings/css/settings.css b/settings/css/settings.css index a046148dcc404..7e91877773e51 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -979,3 +979,9 @@ doesnotexist:-o-prefocus, .strengthify-wrapper { #warning { color: red; } + +.settings-hint { + margin-top: -12px; + margin-bottom: 12px; + opacity: .7; +} diff --git a/settings/templates/admin/additional-mail.php b/settings/templates/admin/additional-mail.php index 7f8706274f987..249252dc69441 100644 --- a/settings/templates/admin/additional-mail.php +++ b/settings/templates/admin/additional-mail.php @@ -56,8 +56,8 @@ - -

t('This is used for sending out notifications.')); ?>

+

t('It is important to set up this server to be able to send emails, like for password reset and notifications.')); ?>

+

@@ -137,4 +137,3 @@

- diff --git a/settings/templates/admin/encryption.php b/settings/templates/admin/encryption.php index 4b6d9045689bc..1d956a8f7c186 100644 --- a/settings/templates/admin/encryption.php +++ b/settings/templates/admin/encryption.php @@ -31,7 +31,7 @@ - +

t('Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed.')); ?>

t('Security & setup warnings'));?>

+

t('It\'s important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the Tips & Ticks section and the documentation for more information.'));?>