mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-11-20 03:25:52 +01:00
add stronger warning to enable cross-signing
This commit is contained in:
parent
103ae1e789
commit
7519878264
@ -32,7 +32,7 @@ export class FeaturesViewModel extends ViewModel {
|
||||
})),
|
||||
new FeatureViewModel(this.childOptions({
|
||||
name: this.i18n`Cross-Signing`,
|
||||
description: this.i18n`Allows.verifying the identity of people you chat with`,
|
||||
description: this.i18n`Allows verifying the identity of people you chat with. This feature is still evolving constantly, expect things to break.`,
|
||||
feature: FeatureFlag.CrossSigning
|
||||
})),
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user