Fix problems with merge and language
This commit is contained in:
parent
4d8d522bb8
commit
9a2c797274
@ -54,7 +54,7 @@ MediaContainer.defaultProps = defaultProps;
|
||||
|
||||
export default withTracker(() => {
|
||||
const { dataSaving } = Settings;
|
||||
const { viewParticipantsWebcams, viewScreenshare } = dataSaving;
|
||||
const { viewParticipantsWebcams: viewVideoDock, viewScreenshare } = dataSaving;
|
||||
|
||||
const data = {};
|
||||
data.currentPresentation = MediaService.getPresentationInfo();
|
||||
|
@ -171,10 +171,10 @@
|
||||
"app.settings.main.cancel.label.description": "Discards the changes and closes the settings menu",
|
||||
"app.settings.main.save.label": "Save",
|
||||
"app.settings.main.save.label.description": "Saves the changes and closes the settings menu",
|
||||
"app.settings.dataSaving.label": "Data Savings",
|
||||
"app.settings.dataSaving.webcam": "Disable Webcams",
|
||||
"app.settings.dataSaving.screenShare": "Disable Desktop Sharing",
|
||||
"app.settings.dataSaving.description": "To save your bandwidth adjust what's currently being displayed.",
|
||||
"app.settings.dataSavingTab.label": "Data Savings",
|
||||
"app.settings.dataSavingTab.webcam": "Disable Webcams",
|
||||
"app.settings.dataSavingTab.screenShare": "Disable Desktop Sharing",
|
||||
"app.settings.dataSavingTab.description": "To save your bandwidth adjust what's currently being displayed.",
|
||||
"app.actionsBar.actionsDropdown.actionsLabel": "Actions",
|
||||
"app.actionsBar.actionsDropdown.presentationLabel": "Upload a presentation",
|
||||
"app.actionsBar.actionsDropdown.initPollLabel": "Initiate a poll",
|
||||
|
Loading…
Reference in New Issue
Block a user