Merge pull request #9914 from Jaczel/new-settings-grammatical-fix

Fixed English grammatical error on Settings page - template
This commit is contained in:
Morris Jobke 2018-06-19 13:12:47 +02:00 committed by GitHub
commit 1d65e44dae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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>