Skip to content
Snippets Groups Projects
Commit 86196d4c authored by Danila Fedorin's avatar Danila Fedorin
Browse files

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

parent 890673d8
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ export class OpenLinkView extends TemplateView { ...@@ -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({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment