From 2e1836c1da84395df132cc13e2d28095f855e960 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Schie=C3=9Fle?= <schiessle@owncloud.com>
Date: Wed, 12 Jun 2013 17:07:43 +0200
Subject: [PATCH] don't show translation hints in enterprise edition

---
 settings/templates/personal.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index 75aab15760..26bb87fa49 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>
 
-- 
GitLab