Skip to content

Commit e6feaff

Browse files
[Perks] Remove period from robotics printer raffle tooltip
1 parent 082f298 commit e6feaff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/events/perks/_robotics_printer_raffle.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<% if event.robotics_team? || event.affiliations.robotics.any? || @is_argosy %>
1212
<span class="btn disabled bg-clip-padding"><%= pluralize(active_teenagers_count, "ticket") %></span>
1313
<% else %>
14-
<div class="tooltipped tooltipped--w inline-block" aria-label="Must be tagged as a robotics team or have a robotics affiliation.">
14+
<div class="tooltipped tooltipped--w inline-block" aria-label="Must be tagged as a robotics team or have a robotics affiliation">
1515
<span class="btn disabled bg-clip-padding">Ineligible</span>
1616
</div>
1717
<% end %>

0 commit comments

Comments
 (0)