Skip to content

Commit

Permalink
Merge pull request #16520 from opf/bug/57399-label-name-is-showing-wh…
Browse files Browse the repository at this point in the history
…en-meeting-has-no-participants

[57399] Label name is showing when meeting has no participants
  • Loading branch information
HDinger authored Aug 26, 2024
2 parents edc7e98 + 54af63d commit ca3d97a
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 ca3d97a

Please sign in to comment.