You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
Clarify "No devices" message
This commit is contained in:
@@ -569,7 +569,7 @@ module.exports = WithMatrixClient(React.createClass({
|
||||
} else if (devices === null) {
|
||||
devComponents = "Unable to load device list";
|
||||
} else if (devices.length === 0) {
|
||||
devComponents = "No registered devices";
|
||||
devComponents = "No devices with registered encryption keys";
|
||||
} else {
|
||||
devComponents = [];
|
||||
for (var i = 0; i < devices.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user