Skip to content

Commit

Permalink
Updated pluralisation
Browse files Browse the repository at this point in the history
  • Loading branch information
droberts-ctrlo committed Dec 5, 2024
1 parent 737b84f commit 313723a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/snippets/datum.tt
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
</table>
[% END %]
[% IF col.limit_rows AND curval.links.size >= col.limit_rows %]
<p><em>(showing maximum [% col.limit_rows %] rows.
<p><em>(showing maximum [% col.limit_rows %] row[%IF curval.links.size != 1%]s[%END%].
<a href="/[% curval.parent_layout_identifier %]/data?curval_record_id=[% curval.record_id %]&curval_layout_id=[% curval.column_id %]" target="_blank">view all</a>)</em>
[% ELSIF col.show_view_all %]
<p><em>(showing [% curval.links.size %] rows.
<p><em>(showing [% curval.links.size %] row[%IF curval.links.size != 1%]s[%END%].
<a href="/[% curval.parent_layout_identifier %]/data?curval_record_id=[% curval.record_id %]&curval_layout_id=[% curval.column_id %]" target="_blank">view all</a>)</p>
[% END %]
[% END %]
Expand Down

0 comments on commit 313723a

Please sign in to comment.