mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 10:45:51 +03:00
index.js: fix wording in android popup
This commit is contained in:
parent
c6cf5febd5
commit
ed1554f4af
1 changed files with 6 additions and 6 deletions
|
@ -207,7 +207,7 @@ async function loadApp() {
|
|||
}
|
||||
}
|
||||
else if (/Android/.test(navigator.userAgent)) {
|
||||
if (confirm("Vector runs much better as an app on Vector. Get the app?")) {
|
||||
if (confirm("Vector runs much better as an app on Android. Get the app?")) {
|
||||
window.location = "https://play.google.com/store/apps/details?id=im.vector.alpha";
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue