Skip to content

Commit

Permalink
Use correct translation key
Browse files Browse the repository at this point in the history
  • Loading branch information
HDinger committed Aug 26, 2024
1 parent 85dd8e0 commit 54af63d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<%=
component_wrapper(data: wrapper_data_attributes) do
if elements.count == 0
render(Primer::Beta::Text.new(color: :subtle)) { t("label_meeting_no_items") }
render(Primer::Beta::Text.new(color: :subtle)) { t("label_meeting_no_participants") }
elsif elements.count <= @cutoff_limit
flex_layout do |list|
elements.each do |item|
Expand Down

0 comments on commit 54af63d

Please sign in to comment.