Rename Review Devices to Review Sessions

Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
Aaron Raimist 2020-03-15 13:46:26 -05:00
parent 61539a5be7
commit 06fce7158a
No known key found for this signature in database
GPG key ID: 37419210002890EF
2 changed files with 2 additions and 2 deletions

View file

@ -143,7 +143,7 @@ function _setCallListeners(call) {
"if you proceed without verifying them, it will be "+
"possible for someone to eavesdrop on your call.",
),
button: _t('Review Devices'),
button: _t('Review Sessions'),
onFinished: function(confirmed) {
if (confirmed) {
const room = MatrixClientPeg.get().getRoom(call.roomId);