click here labels are so nineties

This commit is contained in:
Bruno Windels 2022-01-14 19:18:12 +01:00
parent 000c8b27c3
commit 412db33c36
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ export class LocationView extends BaseMessageView {
renderMessageBody(t, vm) {
return t.p({className: "Timeline_messageBody statusMessage"}, [
t.span(vm.label),
t.a({className: "Timeline_locationLink", href: vm.mapsLink, target: "_blank", rel: "noopener"}, vm.i18n`Click to open in maps`),
t.a({className: "Timeline_locationLink", href: vm.mapsLink, target: "_blank", rel: "noopener"}, vm.i18n`Open in maps`),
t.time(vm.date + " " + vm.time)
]);
}