lint and i18n
parent
f77eb07849
commit
51fb3b494f
|
@ -299,7 +299,7 @@ export default createReactClass({
|
||||||
const verified = await this.context.isEventSenderVerified(mxEvent);
|
const verified = await this.context.isEventSenderVerified(mxEvent);
|
||||||
if (verified) {
|
if (verified) {
|
||||||
this.setState({
|
this.setState({
|
||||||
verified: "verified"
|
verified: "verified",
|
||||||
}, () => {
|
}, () => {
|
||||||
// Decryption may have caused a change in size
|
// Decryption may have caused a change in size
|
||||||
this.props.onHeightChanged();
|
this.props.onHeightChanged();
|
||||||
|
|
|
@ -906,6 +906,7 @@
|
||||||
"This message cannot be decrypted": "This message cannot be decrypted",
|
"This message cannot be decrypted": "This message cannot be decrypted",
|
||||||
"Encrypted by an unverified device": "Encrypted by an unverified device",
|
"Encrypted by an unverified device": "Encrypted by an unverified device",
|
||||||
"Unencrypted": "Unencrypted",
|
"Unencrypted": "Unencrypted",
|
||||||
|
"Encrypted by a deleted device": "Encrypted by a deleted device",
|
||||||
"Please select the destination room for this message": "Please select the destination room for this message",
|
"Please select the destination room for this message": "Please select the destination room for this message",
|
||||||
"Scroll to bottom of page": "Scroll to bottom of page",
|
"Scroll to bottom of page": "Scroll to bottom of page",
|
||||||
"Close preview": "Close preview",
|
"Close preview": "Close preview",
|
||||||
|
|
Loading…
Reference in New Issue