Skip to content

Commit

Permalink
🌸 Marketplace: Show Shoppers the Room and Space names
Browse files Browse the repository at this point in the history
  • Loading branch information
zspencer authored and rosschapman committed Oct 23, 2023
1 parent 33ae2cd commit fb636f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/furniture/marketplace/marketplace_component.html.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<h2 class="ml-2 my-2">
<%= t('.header', space: marketplace.space.name, room: marketplace.room.name) %>
</h2>


<%= render onboarding_component %>

Expand Down
2 changes: 2 additions & 0 deletions app/furniture/marketplace/marketplace_component.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
en:
header: Shop %{room} on %{space}

0 comments on commit fb636f1

Please sign in to comment.