Skip to content

Commit 302f522

Browse files
committed
fix use numero not count on fifa
1 parent c0fe284 commit 302f522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/fifa/fifa.en.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ class Token {
111111
<div class="ticket_inner">
112112
113113
<div class="country_container">
114-
<span class="tbml-country">${this.props._count}x ${this.props.countryA} vs ${this.props.countryB}</span>
114+
<span class="tbml-country">${this.props.numero}x ${this.props.countryA} vs ${this.props.countryB}</span>
115115
</div>
116116
117117
<div class="datetime_container">

0 commit comments

Comments
 (0)