Fixed English grammatical error on Settings page.
This commit is contained in:
parent
7b8063a242
commit
7672716ccf
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
@ -378,4 +378,4 @@ vendor_style('jcrop/css/jquery.Jcrop');
|
|||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue