There is an untranslated text string "Groups" in the "Sharing" administrator settings. You must modify the code so that the text string appears in your native language.

|
<?php p($l->t('Exclude groups from creating link shares:'));?> |
|
</p> |
|
<p id="selectLinksExcludedGroups" class="indent <?php if ($_['allowLinks'] === 'no') { |
|
p('hidden'); |
|
} ?>"> |
|
<input name="shareapi_allow_links_exclude_groups" type="hidden" id="linksExcludedGroups" value="<?php p($_['allowLinksExcludeGroups']) ?>" style="width: 400px" class="noJSAutoUpdate"/> |
There is an untranslated text string "Groups" in the "Sharing" administrator settings. You must modify the code so that the text string appears in your native language.
server/apps/settings/templates/settings/admin/sharing.php
Lines 142 to 147 in 7194305