Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 78c599b

Browse files
committed
STYLE: refs #0334. Nom -> Name in community manage page
1 parent c0a6e84 commit 78c599b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/views/community/manage.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ $this->headScript()->appendFile($this->coreWebroot.'/public/js/common/common.bro
6767
<div id="tabs-1">
6868
<form id="editCommunityForm" class="genericForm" method="<?php echo $this->infoForm['method']?>" action="<?php echo $this->infoForm['action']?>">
6969
<div class="createNameElement">
70-
<label for="name"><?php echo $this->t('Nom')?></label>
70+
<label for="name"><?php echo $this->t('Name')?></label>
7171
<?php echo $this->infoForm['name']?>
7272
</div>
7373
<div>

0 commit comments

Comments
 (0)