Add tentative copy change for 'click' and 'desktop'
This commit is contained in:
parent
890673d8ac
commit
86196d4c83
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ export class OpenLinkView extends TemplateView {
|
|||
|
||||
class TryingLinkView extends TemplateView {
|
||||
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 webLink = vm.webDeepLink ?
|
||||
t.span(["You can also ", t.a({
|
||||
|
|
Loading…
Reference in a new issue