mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
c79c0bd333
@ -158,7 +158,7 @@ module.exports = React.createClass({
|
|||||||
var eventRedact;
|
var eventRedact;
|
||||||
if(showEventMeta) {
|
if(showEventMeta) {
|
||||||
eventRedact = (<div className="mx_ImageView_button" onClick={this.onRedactClick}>
|
eventRedact = (<div className="mx_ImageView_button" onClick={this.onRedactClick}>
|
||||||
{ _t('Redact') }
|
{ _t('Remove') }
|
||||||
</div>);
|
</div>);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -98,7 +98,6 @@
|
|||||||
"Please Register": "Please Register",
|
"Please Register": "Please Register",
|
||||||
"powered by Matrix": "powered by Matrix",
|
"powered by Matrix": "powered by Matrix",
|
||||||
"Quote": "Quote",
|
"Quote": "Quote",
|
||||||
"Redact": "Redact",
|
|
||||||
"Reject": "Reject",
|
"Reject": "Reject",
|
||||||
"Remove %(name)s from the directory?": "Remove %(name)s from the directory?",
|
"Remove %(name)s from the directory?": "Remove %(name)s from the directory?",
|
||||||
"Remove": "Remove",
|
"Remove": "Remove",
|
||||||
|
@ -96,7 +96,6 @@
|
|||||||
"Please Register": "Please Register",
|
"Please Register": "Please Register",
|
||||||
"powered by Matrix": "powered by Matrix",
|
"powered by Matrix": "powered by Matrix",
|
||||||
"Quote": "Quote",
|
"Quote": "Quote",
|
||||||
"Redact": "Redact",
|
|
||||||
"Reject": "Reject",
|
"Reject": "Reject",
|
||||||
"Remove %(name)s from the directory?": "Remove %(name)s from the directory?",
|
"Remove %(name)s from the directory?": "Remove %(name)s from the directory?",
|
||||||
"Remove": "Remove",
|
"Remove": "Remove",
|
||||||
|
Loading…
Reference in New Issue
Block a user