summaryrefslogtreecommitdiff
path: root/app/views/characters/hearth/index.html.erb
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-06-02 22:43:03 -0400
committerDavid Gay <david@davidgay.org>2021-06-02 22:43:03 -0400
commitaa64fb57f541564b65d753f06333db238f655bfe (patch)
treed422aa33c28b24a50e8d1d9b4e5b1f31b49b3829 /app/views/characters/hearth/index.html.erb
parent4c96893a114059dc4e748307c6d046ec1faa778f (diff)
Some tweaks and fixes for magiculture
Diffstat (limited to 'app/views/characters/hearth/index.html.erb')
-rw-r--r--app/views/characters/hearth/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/characters/hearth/index.html.erb b/app/views/characters/hearth/index.html.erb
index 7ff34c5..c063088 100644
--- a/app/views/characters/hearth/index.html.erb
+++ b/app/views/characters/hearth/index.html.erb
@@ -25,7 +25,7 @@
<%= button_to "Use", hearth_amenity_use_path(built_amenity.hearth_amenity) %>
<% end %>
<% if built_amenity.hearth_amenity.gid == "loamspire" %>
- <%= link_to "Manage", character_hearth_loamspire_path, class: "btn btn-primary" %>
+ <%= link_to "Manage crops", character_hearth_loamspire_path, class: "btn btn-primary" %>
<% end %>
<% end %>
<% next_level = built_amenity ? built_amenity.level + 1 : 1 %>