Fixed English grammatical error on Settings page.

This commit is contained in:
Jaczel 2018-06-19 20:30:49 +10:00
parent 7b8063a242
commit 7672716ccf

View file

@ -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>