diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-04-25 17:45:02 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-04-25 17:45:35 +0200 |
commit | bbb58625fee3127208c968c0f81cd5f9f86d97eb (patch) | |
tree | a9db0b782fb97fd5bb25bc8cb91e1183766481fa /apps/systemtags | |
parent | 4e537b5d6bf95a49a4aa7b3ccd66a6ad92185cea (diff) | |
download | nextcloud-server-bbb58625fee3127208c968c0f81cd5f9f86d97eb.tar.gz nextcloud-server-bbb58625fee3127208c968c0f81cd5f9f86d97eb.zip |
Wording fixes
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/systemtags')
-rw-r--r-- | apps/systemtags/templates/admin.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/systemtags/templates/admin.php b/apps/systemtags/templates/admin.php index 8cd6b282dfc..e964f610ca1 100644 --- a/apps/systemtags/templates/admin.php +++ b/apps/systemtags/templates/admin.php @@ -33,9 +33,9 @@ script('systemtags', 'admin'); <form id="systemtags" class="section" data-systemtag-id=""> <h2><?php p($l->t('Collaborative tags')); ?></h2> - <p class="settings-hint"><?php p($l->t('Make it possible to create and edit collaborative tags. This tags effect all users.')); ?></p> + <p class="settings-hint"><?php p($l->t('Create and edit collaborative tags. These tags affect all users.')); ?></p> - <input type="hidden" name="systemtag" id="systemtag" placeholder="<?php p($l->t('Select tag…')); ?>" style="width: 400px;" /> + <input type="hidden" name="systemtag" id="systemtag" placeholder="<?php p($l->t('Select tag …')); ?>" style="width: 400px;" /> <br><br> |