mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-18 08:11:48 +03:00
Merge pull request #4219 from aaronraimist/callhandler-review-sessions
Rename Review Devices to Review Sessions
This commit is contained in:
commit
f746261841
2 changed files with 2 additions and 2 deletions
|
@ -143,7 +143,7 @@ function _setCallListeners(call) {
|
||||||
"if you proceed without verifying them, it will be "+
|
"if you proceed without verifying them, it will be "+
|
||||||
"possible for someone to eavesdrop on your call.",
|
"possible for someone to eavesdrop on your call.",
|
||||||
),
|
),
|
||||||
button: _t('Review Devices'),
|
button: _t('Review Sessions'),
|
||||||
onFinished: function(confirmed) {
|
onFinished: function(confirmed) {
|
||||||
if (confirmed) {
|
if (confirmed) {
|
||||||
const room = MatrixClientPeg.get().getRoom(call.roomId);
|
const room = MatrixClientPeg.get().getRoom(call.roomId);
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
"Dismiss": "Dismiss",
|
"Dismiss": "Dismiss",
|
||||||
"Call Failed": "Call Failed",
|
"Call Failed": "Call Failed",
|
||||||
"There are unknown sessions in this room: if you proceed without verifying them, it will be possible for someone to eavesdrop on your call.": "There are unknown sessions in this room: if you proceed without verifying them, it will be possible for someone to eavesdrop on your call.",
|
"There are unknown sessions in this room: if you proceed without verifying them, it will be possible for someone to eavesdrop on your call.": "There are unknown sessions in this room: if you proceed without verifying them, it will be possible for someone to eavesdrop on your call.",
|
||||||
"Review Devices": "Review Devices",
|
"Review Sessions": "Review Sessions",
|
||||||
"Call Anyway": "Call Anyway",
|
"Call Anyway": "Call Anyway",
|
||||||
"Answer Anyway": "Answer Anyway",
|
"Answer Anyway": "Answer Anyway",
|
||||||
"Call": "Call",
|
"Call": "Call",
|
||||||
|
|
Loading…
Reference in a new issue