Improve strings (#488)

* Update SpaceOptions.jsx

* Update RoomOptions.jsx

* Update RoomProfile.jsx

* Update ProfileEditor.jsx

* Update RoomSettings.jsx

* Update SpaceSettings.jsx

* Update Message.jsx

* Update DeviceManage.jsx

* Update Message.jsx

* Update RoomProfile.jsx
This commit is contained in:
Krishan
2022-04-18 08:55:16 +05:30
committed by GitHub
parent ba0de8800a
commit 8b3bd38bad
8 changed files with 8 additions and 8 deletions

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);