Skip to content

Commit

Permalink
Update wording
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmir authored and HDinger committed Apr 11, 2024
1 parent a88b183 commit 7f3a08a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/meeting/config/locales/en.yml
Expand Up @@ -202,7 +202,7 @@ en:
label_meeting_details: "Meeting details"
label_meeting_details_edit: "Edit meeting details"

label_meeting_state: "Meeting state"
label_meeting_state: "Meeting status"
label_meeting_state_open: "Open"
label_meeting_state_open_html: "<i>Open</i>"
label_meeting_state_closed: "Closed"
Expand Down
Expand Up @@ -122,7 +122,7 @@
expect(page).to have_css("li", text: "Location changed from https://some-url.com to Wakanda")
expect(page).to have_css("li", text: "Start time changed from 03/28/2024 01:30 PM to 03/29/2024 02:00 PM")
expect(page).to have_css("li", text: "Duration changed from 1 hr, 30 mins to 1 hr")
expect(page).to have_css("li", text: "Meeting state set to Closed")
expect(page).to have_css("li", text: "Meeting status set to Closed")
end

meeting.update!(state: 0)
Expand Down

0 comments on commit 7f3a08a

Please sign in to comment.