diff options
author | David Gay <david@davidgay.org> | 2021-06-16 19:20:17 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-06-16 19:20:17 -0400 |
commit | 361acfad2162e08a962c63c4443641fbbd812089 (patch) | |
tree | 5ad983e464ef6ef04d7eb9b2b8873efcc5aff384 /app/views/application | |
parent | c626f5ec23449e0c62a6c026012ecedc29a6bab8 (diff) |
Learn spells from spellpages
Diffstat (limited to 'app/views/application')
-rw-r--r-- | app/views/application/_results.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/application/_results.html.erb b/app/views/application/_results.html.erb index 691f1d5..a7dc002 100644 --- a/app/views/application/_results.html.erb +++ b/app/views/application/_results.html.erb @@ -13,7 +13,7 @@ <p>You planted <%= link_to result[:hearth_planting].item.name, item_path(result[:hearth_planting].item) %> in the loam.</p> <% when "activity" %> - <p>You realized how to <%= result[:activity].name %>!</p> + <p>You learned how to <%= result[:activity].name %>!</p> <% when "monster" %> <p>You encountered a <%= result[:monster].name %>.</p> <p class="text-xs italic"><%= result[:monster].description %></p> |