diff --git a/interface_config.js b/interface_config.js index 1e07ad678c..ff967dea7e 100644 --- a/interface_config.js +++ b/interface_config.js @@ -55,6 +55,6 @@ var interfaceConfig = { // eslint-disable-line no-unused-vars DISABLE_DOMINANT_SPEAKER_INDICATOR: false, // disables the ringing sound when the RingOverlay is shown. DISABLE_RINGING: false, - AUDIO_LEVEL_PRIMARY_COLOR: "rgba(255,255,255,0.7)", - AUDIO_LEVEL_SECONDARY_COLOR: "rgba(255,255,255,0.4)" + AUDIO_LEVEL_PRIMARY_COLOR: "rgba(255,255,255,0.4)", + AUDIO_LEVEL_SECONDARY_COLOR: "rgba(255,255,255,0.2)" }; diff --git a/lang/main.json b/lang/main.json index 050fdfbb33..5f355229a3 100644 --- a/lang/main.json +++ b/lang/main.json @@ -1,6 +1,6 @@ { "contactlist": "Participants (__pcount__)", - "addParticipants": "Add Participants", + "addParticipants": "Share the link", "roomLocked": "Callers must enter a password", "roomUnlocked": "Anyone with the link can join", "passwordSetRemotely": "set by another participant",