Skip to content

Commit

Permalink
fix(import): minor maybe fix
Browse files Browse the repository at this point in the history
  • Loading branch information
20cents committed Dec 4, 2024
1 parent 7db858d commit 3bd6c70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h5 class="card-title mb-0">{{ 'Import.FieldMapping.Title' | translate }}</h5>
>
{{
'Import.FieldMapping.SourceFieldsAllMapped'
| translate: { sourceFieldsLength: sourceFields.length() }
| translate: { sourceFieldsLength: sourceFields.length }
}}
<br />
</div>
Expand Down

0 comments on commit 3bd6c70

Please sign in to comment.