mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
Update language to "Copy matrix.to permalink"
This commit is contained in:
parent
29aac09641
commit
35a08e3b05
@ -120,7 +120,7 @@ export class BaseMessageView extends TemplateView {
|
|||||||
} else if (vm.canRedact) {
|
} else if (vm.canRedact) {
|
||||||
options.push(Menu.option(vm.i18n`Delete`, () => vm.redact()).setDestructive());
|
options.push(Menu.option(vm.i18n`Delete`, () => vm.redact()).setDestructive());
|
||||||
}
|
}
|
||||||
options.push(Menu.option(vm.i18n`Copy permalink`, () => vm.copyPermalink()));
|
options.push(Menu.option(vm.i18n`Copy matrix.to permalink`, () => vm.copyPermalink()));
|
||||||
return options;
|
return options;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user