Fix i18n tag
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good Details

feature/MinimizeSolution
Willem Dantuma 2020-05-26 17:20:30 +02:00
parent f1bfc9fec0
commit 0fb71a9227
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
<td colspan="4" *ngIf="showConfidenceInterval()"> </td>
</tr>
<tr *ngIf="showConfidenceInterval()">
<td colspan="4" i18n>Confidence interval:{{layer.renderer.band.histogram.confidence * 100| number:'1.0-0'}} </td>
<td colspan="4"><span i18n>Confidence interval:</span>{{layer.renderer.band.histogram.confidence * 100| number:'1.0-0'}} </td>
</tr>
</table>