diff options
author | Marius Blüm <marius@lineone.io> | 2017-04-28 20:34:58 +0200 |
---|---|---|
committer | Marius Blüm <marius@lineone.io> | 2017-04-28 20:34:58 +0200 |
commit | 2eeed15f19f7f60f1ebb45da3718435b4db7361b (patch) | |
tree | 8a0ef7168535951fb376dc96c04ec5c411dc2985 /apps/theming | |
parent | 3c4dab1bbed6b30feabf88e799b7f9a88293ebb6 (diff) | |
download | nextcloud-server-2eeed15f19f7f60f1ebb45da3718435b4db7361b.tar.gz nextcloud-server-2eeed15f19f7f60f1ebb45da3718435b4db7361b.zip |
Hint: Theming customizes the look and feel of supported clients too
Signed-off-by: Marius Blüm <marius@lineone.io>
Diffstat (limited to 'apps/theming')
-rw-r--r-- | apps/theming/templates/settings-admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/templates/settings-admin.php b/apps/theming/templates/settings-admin.php index 61fe57c3c75..f7c8f591fc7 100644 --- a/apps/theming/templates/settings-admin.php +++ b/apps/theming/templates/settings-admin.php @@ -28,7 +28,7 @@ style('theming', 'settings-admin'); ?> <div id="theming" class="section"> <h2 class="inlineblock"><?php p($l->t('Theming')); ?></h2> - <p class="settings-hint"><?php p($l->t('Theming makes it possible to easily customize the look and feel of your instance. This will be visible for all users.')); ?></p> + <p class="settings-hint"><?php p($l->t('Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users.')); ?></p> <div id="theming_settings_msg" class="msg success inlineblock" style="display: none;">Saved</div> <?php if ($_['themable'] === false) { ?> <p> |