Add tentative copy change for 'click' and 'desktop'

This commit is contained in:
Danila Fedorin 2021-09-02 11:25:44 -07:00
parent 890673d8ac
commit 86196d4c83

View file

@ -38,7 +38,7 @@ export class OpenLinkView extends TemplateView {
class TryingLinkView extends TemplateView { class TryingLinkView extends TemplateView {
render (t, vm) { render (t, vm) {
const explanation = vm.name ? t.span(["Click ", t.strong(`"Open ${vm.name}"`), " to launch the desktop app."]) : []; const explanation = vm.name ? t.span(["Select ", t.strong(`"Open ${vm.name}"`), " to launch the app."]) : [];
const redirectNotice = vm.autoRedirect ? "If this doesn't work, you will be redirected shortly." : []; const redirectNotice = vm.autoRedirect ? "If this doesn't work, you will be redirected shortly." : [];
const webLink = vm.webDeepLink ? const webLink = vm.webDeepLink ?
t.span(["You can also ", t.a({ t.span(["You can also ", t.a({