Skip to content
Snippets Groups Projects
Commit 2e1836c1 authored by Björn Schießle's avatar Björn Schießle
Browse files

don't show translation hints in enterprise edition

parent 7a575cc2
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment