Skip to content
Snippets Groups Projects
Commit 7672716c authored by Jaczel's avatar Jaczel
Browse files

Fixed English grammatical error on Settings page.

parent 7b8063a2
No related branches found
No related tags found
No related merge requests found
...@@ -78,7 +78,7 @@ vendor_style('jcrop/css/jquery.Jcrop'); ...@@ -78,7 +78,7 @@ vendor_style('jcrop/css/jquery.Jcrop');
<div class="personal-settings-setting-box personal-settings-group-box section"> <div class="personal-settings-setting-box personal-settings-group-box section">
<h2><?php p($l->t('Details')); ?></h2> <h2><?php p($l->t('Details')); ?></h2>
<div id="groups" class="personal-info icon-user"> <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"> <p id="groups-groups">
<strong><?php p(implode(', ', $_['groups'])); ?></strong> <strong><?php p(implode(', ', $_['groups'])); ?></strong>
</p> </p>
...@@ -378,4 +378,4 @@ vendor_style('jcrop/css/jquery.Jcrop'); ...@@ -378,4 +378,4 @@ vendor_style('jcrop/css/jquery.Jcrop');
</div> </div>
</div> </div>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment