Parcourir la source

Merge pull request #1076 from kkrisstoff/UI/bugs-and-adjustments

audio_level oppacity and addParticipant button name
j8
yanas il y a 8 ans
Parent
révision
86ffccb95a
2 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 2
    2
      interface_config.js
  2. 1
    1
      lang/main.json

+ 2
- 2
interface_config.js Voir le fichier

@@ -56,6 +56,6 @@ var interfaceConfig = { // eslint-disable-line no-unused-vars
56 56
     DISABLE_DOMINANT_SPEAKER_INDICATOR: false,
57 57
     // disables the ringing sound when the RingOverlay is shown.
58 58
     DISABLE_RINGING: false,
59
-    AUDIO_LEVEL_PRIMARY_COLOR: "rgba(255,255,255,0.7)",
60
-    AUDIO_LEVEL_SECONDARY_COLOR: "rgba(255,255,255,0.4)"
59
+    AUDIO_LEVEL_PRIMARY_COLOR: "rgba(255,255,255,0.4)",
60
+    AUDIO_LEVEL_SECONDARY_COLOR: "rgba(255,255,255,0.2)"
61 61
 };

+ 1
- 1
lang/main.json Voir le fichier

@@ -1,6 +1,6 @@
1 1
 {
2 2
     "contactlist": "Participants (__pcount__)",
3
-    "addParticipants": "Add Participants",
3
+    "addParticipants": "Share the link",
4 4
     "roomLocked": "Callers must enter a password",
5 5
     "roomUnlocked": "Anyone with the link can join",
6 6
     "passwordSetRemotely": "set by another participant",

Chargement…
Annuler
Enregistrer