mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-03 22:03:33 +03:00
Merge pull request #837 from timhovius/master
Added translation to description
This commit is contained in:
commit
9caa2816e7
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@
|
|||
<td>{{ infos.dataType is defined ? infos.dataType : '' }}</td>
|
||||
<td>{{ infos.required ? 'true' : 'false' }}</td>
|
||||
<td>{{ infos.format }}</td>
|
||||
<td>{{ infos.description is defined ? infos.description : '' }}</td>
|
||||
<td>{{ infos.description is defined ? infos.description|trans : '' }}</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Reference in a new issue