Fix i18n tag
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
This commit is contained in:
parent
f1bfc9fec0
commit
0fb71a9227
@ -28,7 +28,7 @@
|
|||||||
<td colspan="4" *ngIf="showConfidenceInterval()"> </td>
|
<td colspan="4" *ngIf="showConfidenceInterval()"> </td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr *ngIf="showConfidenceInterval()">
|
<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>
|
</tr>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
Reference in New Issue
Block a user