Skip to content

Commit

Permalink
#84 fixed wrong label (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
offtherailz authored Feb 26, 2021
1 parent 4a3277f commit 1c86e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/extension/components/information/Plot.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export default function Plot({
</tr>
</thead>
<tbody>
<tr><td><Message msgId={'cadastrapp.ficu.adresse'}/></td><td>{ fiuc.libcom + ' (' + fiuc.cgocommune + ')' }</td></tr>
<tr><td><Message msgId={'cadastrapp.ficu.commune'}/></td><td>{ fiuc.libcom + ' (' + fiuc.cgocommune + ')' }</td></tr>
<tr><td><Message msgId={'cadastrapp.ficu.section'}/></td><td>{ fiuc.ccopre + fiuc.ccosec }</td></tr>
<tr><td><Message msgId={'cadastrapp.ficu.parcelle'}/></td><td>{ fiuc.dnupla }</td></tr>
<tr><td><Message msgId={'cadastrapp.ficu.voie'}/></td><td>{ fiuc.ccoriv }</td></tr>
Expand Down

0 comments on commit 1c86e8e

Please sign in to comment.