Merge pull request #9914 from Jaczel/new-settings-grammatical-fix
Fixed English grammatical error on Settings page - template
This commit is contained in:
commit
1d65e44dae
|
@ -78,7 +78,7 @@ vendor_style('jcrop/css/jquery.Jcrop');
|
|||
<div class="personal-settings-setting-box personal-settings-group-box section">
|
||||
<h2><?php p($l->t('Details')); ?></h2>
|
||||
<div id="groups" class="personal-info icon-user">
|
||||
<p class="icon-groups"><?php p($l->t('You are member of the following groups:')); ?></p>
|
||||
<p class="icon-groups"><?php p($l->t('You are a member of the following groups:')); ?></p>
|
||||
<p id="groups-groups">
|
||||
<strong><?php p(implode(', ', $_['groups'])); ?></strong>
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue