Browse Source

fix(notification) Edit reason for forced reload of the client.

It is triggered by both local ICE failure and because of call getting migrated to a different bridge.
master
Jaya Allamsetty 3 years ago
parent
commit
15aaf832b4
3 changed files with 3 additions and 3 deletions
  1. 1
    1
      lang/main-hi.json
  2. 1
    1
      lang/main-te.json
  3. 1
    1
      lang/main.json

+ 1
- 1
lang/main-hi.json View File

296
         "sendPrivateMessageTitle": "निजी तौर पर भेजें?",
296
         "sendPrivateMessageTitle": "निजी तौर पर भेजें?",
297
         "serviceUnavailable": "सेवा अनुपलब्ध",
297
         "serviceUnavailable": "सेवा अनुपलब्ध",
298
         "sessTerminated": "कॉल समाप्त",
298
         "sessTerminated": "कॉल समाप्त",
299
-        "sessionRestarted": "Call restarted by the bridge",
299
+        "sessionRestarted": "Call restarted because of a connection issue",
300
         "Share": "Share",
300
         "Share": "Share",
301
         "shareVideoLinkError": "कृपया एक सही यूट्यूब लिंक प्रदान करें।.",
301
         "shareVideoLinkError": "कृपया एक सही यूट्यूब लिंक प्रदान करें।.",
302
         "shareVideoTitle": "एक वीडियो साझा करें",
302
         "shareVideoTitle": "एक वीडियो साझा करें",

+ 1
- 1
lang/main-te.json View File

297
         "sendPrivateMessageTitle": "అంతరంగికంగా పంపించాలా?",
297
         "sendPrivateMessageTitle": "అంతరంగికంగా పంపించాలా?",
298
         "serviceUnavailable": "సేవ అందుబాటులో లేదు",
298
         "serviceUnavailable": "సేవ అందుబాటులో లేదు",
299
         "sessTerminated": "Call terminated",
299
         "sessTerminated": "Call terminated",
300
-        "sessionRestarted": "Call restarted by the bridge",
300
+        "sessionRestarted": "Call restarted because of a connection issue.",
301
         "Share": "పంచుకోండి",
301
         "Share": "పంచుకోండి",
302
         "shareVideoLinkError": "దయచేసి సరైన యూట్యూబ్ లంకెను ఇవ్వండి.",
302
         "shareVideoLinkError": "దయచేసి సరైన యూట్యూబ్ లంకెను ఇవ్వండి.",
303
         "shareVideoTitle": "ఒక వీడియో పంచుకోండి",
303
         "shareVideoTitle": "ఒక వీడియో పంచుకోండి",

+ 1
- 1
lang/main.json View File

315
         "sendPrivateMessageTitle": "Send privately?",
315
         "sendPrivateMessageTitle": "Send privately?",
316
         "serviceUnavailable": "Service unavailable",
316
         "serviceUnavailable": "Service unavailable",
317
         "sessTerminated": "Call terminated",
317
         "sessTerminated": "Call terminated",
318
-        "sessionRestarted": "Call restarted by the bridge",
318
+        "sessionRestarted": "Call restarted because of a connection issue.",
319
         "Share": "Share",
319
         "Share": "Share",
320
         "shareAudio": "Continue",
320
         "shareAudio": "Continue",
321
         "shareAudioTitle" : "How to share audio",
321
         "shareAudioTitle" : "How to share audio",

Loading…
Cancel
Save