@ -11,9 +11,9 @@
< div id = 'step1' class = 'step' >
< img id = 'signal-icon' src = '/images/icon_250.png' / >
< div class = 'nav' >
< h1 > Welcome to Signal Desktop< / h1 >
< p > Privacy is possible. Signal makes it easy.< / p >
< div > < a class = 'button step2' > Get started< / a > < / div >
< h1 data-i18n = 'installWelcome' > < / h1 >
< p data-i18n = 'installTagline' > < / p >
< div > < a class = 'button step2' data-i18n = 'installGetStartedButton' > < / a > < / div >
< span class = 'dot step1 selected' > < / span >
< span class = 'dot step2' > < / span >
< span class = 'dot step3' > < / span >
@ -23,12 +23,9 @@
< div id = 'step2' class = 'step' >
< img id = 'signal-phone' src = '/images/signal-phone.png' >
< div class = 'nav' >
< p > First, install < a class = 'link' href = 'https://play.google.com/store/apps/details?id=org.thoughtcrime.securesms' target = '_blank' > Signal< / a > on your Android phone.< br / > We'll link your devices and keep your messages in sync.< / p >
< div > < a class = 'button step3' > I have Signal for Android< / a > < / div >
< p >
< a class = 'link' href = 'https://twitter.com/whispersystems' target = '_blank' > Follow us< / a >
for updates about multi-device support for iOS.
< / p >
< p id = "installSignalLink" > < / p >
< div > < a class = 'button step3' data-i18n = 'installIHaveSignalButton' > < / a > < / div >
< p id = "installFollowUs" > < / p >
< span class = 'dot step1' > < / span >
< span class = 'dot step2 selected' > < / span >
< span class = 'dot step3' > < / span >
@ -37,8 +34,7 @@
< div id = 'step3' class = 'step' >
< div id = "qr" > < / div >
< p > Open Signal on your phone and navigate to Settings > Devices. Tap the
button to add a new device, then scan the code above.< / p >
< p data-i18n = 'installAndroidInstructions' > < / p >
< div class = 'nav' >
< span class = 'dot step1' > < / span >
< span class = 'dot step2' > < / span >
@ -47,15 +43,15 @@
< / div >
< div id = 'step4' class = 'step' >
< p > Linking with< / p >
< p data-i18n = 'installLinkingWithNumber' > < / p >
< h2 class = 'number' > < / h2 >
< img id = 'signal-computer' src = '/images/signal-laptop.png' >
< p > This computer's name will be< / p >
< p data-i18n = 'installComputerName' > < / p >
< div >
< input type = 'text' id = 'device-name' spellcheck = 'false' > < / input >
< / div >
< div class = 'nav' >
< div > < a class = 'button' id = 'sync' > Looking good < / a > < / div >
< div > < a class = 'button' id = 'sync' data-i18n = 'installFinalButton' > < / a > < / div >
< / div >
< / div >
@ -71,12 +67,9 @@
< div id = 'stepTooManyDevices' class = 'step' >
< div class = 'error-dialog clearfix' >
< div class = 'panel' >
Sorry, you have too many devices registered already.
Try removing some.
< / div >
< div class = 'panel' data-i18n = 'installTooManyDevices' > < / div >
< div class = 'nav' >
< button class = 'ok step3' > Ok < / button >
< button class = 'ok step3' data-i18n = 'ok' > < / button >
< / div >
< / div >
< / div >