From 8a9c85c97da05ce683778a2b6a8c2b2d253dc8d8 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Mon, 16 May 2016 23:00:17 +0100 Subject: [PATCH] fix wording --- src/vector/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vector/index.js b/src/vector/index.js index db353c250d..0ca1c698f3 100644 --- a/src/vector/index.js +++ b/src/vector/index.js @@ -183,13 +183,13 @@ window.onload = function() { function loadApp() { if (/iPad|iPhone|iPod/.test(navigator.userAgent) && !window.MSStream) { - if (confirm("Vector works much better on iOS as an app. Switch to the app?")) { + if (confirm("Vector runs much better as an app on iOS. Get the app?")) { window.location = "https://itunes.apple.com/us/app/vector.im/id1083446067"; return; } } else if (/Android/.test(navigator.userAgent)) { - if (confirm("Vector works much better on Android as an app. Switch to the app?")) { + if (confirm("Vector runs much better as an app on Vector. Get the app?")) { window.location = "https://play.google.com/store/apps/details?id=im.vector.alpha"; return; }