Skip to content

Commit

Permalink
Rename Publisher Request List
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaboleken committed Jan 13, 2025
1 parent 687fba7 commit c7392f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ function MoreOptionsButton(props) {
<ListItemIcon>
<SvgIcon size={36} name={"raise-hand"} color={"white"} />
</ListItemIcon>
<ListItemText id={"publisher-request-list-button"}>{t("Publisher Request List")}</ListItemText>
<ListItemText id={"more-options-publisher-request-list-button"}>{t("Publisher Request List")}</ListItemText>
</MenuItem>
: null}

Expand Down
1 change: 1 addition & 0 deletions react/src/Components/Footer/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ function Footer(props) {
<Grid item xs={0}>
<MoreOptionsButton
footer={true}
isAdmin={props?.isAdmin}
isPlayOnly={props?.isPlayOnly}
isScreenShared={props?.isScreenShared}
handleStartScreenShare={props?.handleStartScreenShare}
Expand Down

0 comments on commit c7392f6

Please sign in to comment.