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 committed Oct 5, 2023
1 parent 6c65617 commit f1decf6
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 f1decf6

Please sign in to comment.