summaryrefslogtreecommitdiff
path: root/app/views/tournaments/show.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/tournaments/show.html.erb')
-rw-r--r--app/views/tournaments/show.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/tournaments/show.html.erb b/app/views/tournaments/show.html.erb
index c71d3c6..ec83dc0 100644
--- a/app/views/tournaments/show.html.erb
+++ b/app/views/tournaments/show.html.erb
@@ -46,8 +46,8 @@
</p>
<p>
- <strong>Sampling method:</strong>
- <%= @tournament.sampling_method.humanize.capitalize %>
+ <strong>Scoring method:</strong>
+ <%= @tournament.scoring_method.titleize %>
</p>
<% @tournament.settings.each do |setting| %>