mirror of
https://github.com/nextcloud/server.git
synced 2026-05-19 08:25:56 -04:00
Fixed English grammatical error on Settings page.
This commit is contained in:
parent
83d99449d0
commit
f774a88927
1 changed files with 1 additions and 1 deletions
|
|
@ -307,7 +307,7 @@ vendor_style('jcrop/css/jquery.Jcrop');
|
|||
<div class="personal-settings-setting-box personal-settings-group-box">
|
||||
<div id="groups" class="section">
|
||||
<h2><?php p($l->t('Groups')); ?></h2>
|
||||
<p><?php p($l->t('You are member of the following groups:')); ?></p>
|
||||
<p><?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 a new issue