summaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2013-06-12 17:07:43 +0200
committerBjörn Schießle <schiessle@owncloud.com>2013-06-12 17:07:43 +0200
commit2e1836c1da84395df132cc13e2d28095f855e960 (patch)
treeebcfbba6f13dd98d9a6dfabedd58d61fe5d90030 /settings/templates
parent7a575cc2d74f4793b90b80447ef08ef1453b6ea2 (diff)
downloadnextcloud-server-2e1836c1da84395df132cc13e2d28095f855e960.tar.gz
nextcloud-server-2e1836c1da84395df132cc13e2d28095f855e960.zip
don't show translation hints in enterprise edition
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/personal.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index 75aab157605..26bb87fa49e 100644
--- a/settings/templates/personal.php
+++ b/settings/templates/personal.php
@@ -91,8 +91,10 @@ if($_['passwordChangeSupported']) {
<option value="<?php p($language['code']);?>"><?php p($language['name']);?></option>
<?php endforeach;?>
</select>
+ <?php if (OC_Util::getEditionString() === ''): ?>
<a href="https://www.transifex.net/projects/p/owncloud/team/<?php p($_['activelanguage']['code']);?>/"
target="_blank"><em><?php p($l->t('Help translate'));?></em></a>
+ <?php endif; ?>
</fieldset>
</form>