Update DeviceManage.jsx

This commit is contained in:
Krishan 2022-04-17 10:33:20 +05:30 committed by GitHub
parent 0b12173e74
commit 746c5e36bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -107,7 +107,7 @@ function DeviceManage() {
const handleRemove = async (device, auth = undefined) => {
if (auth === undefined
? window.confirm(`You are about to logout "${device.display_name}" session?`)
? window.confirm(`You are about to logout "${device.display_name}" session.`)
: true
) {
addToProcessing(device);