Sync locales

This commit is contained in:
Frederic Guillot
2017-01-26 22:40:51 -05:00
parent 83ad4e4448
commit bf657abd97
26 changed files with 586 additions and 123 deletions

View File

@@ -57,7 +57,7 @@
<fieldset>
<legend><?= t('Projects') ?></legend>
<?= $this->form->label(t('Add this user to project'), 'project_id') ?>
<?= $this->form->label(t('Add this person to this project'), 'project_id') ?>
<?= $this->form->select('project_id', $projects, $values, $errors) ?>
</fieldset>
</div>