Remove platform-specific links from install flow
Mostly to satisfy the mac app store. // FREEBIE
This commit is contained in:
parent
e65007e297
commit
2528acc717
2 changed files with 4 additions and 5 deletions
|
@ -446,8 +446,8 @@
|
||||||
"message": "Get started"
|
"message": "Get started"
|
||||||
},
|
},
|
||||||
"installSignalLink": {
|
"installSignalLink": {
|
||||||
"message": "First, install <a $a_params$>Signal</a> on your Android phone.<br /> We'll link your devices and keep your messages in sync.",
|
"message": "First, install <a $a_params$>Signal</a> on your mobile phone. We'll link your devices and keep your messages in sync.",
|
||||||
"description": "Prompt the user to install Signal on Android before linking",
|
"description": "Prompt the user to install Signal on their phone before linking",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"a_params": {
|
"a_params": {
|
||||||
"content": "$1",
|
"content": "$1",
|
||||||
|
|
|
@ -10,14 +10,13 @@
|
||||||
id: 'install',
|
id: 'install',
|
||||||
className: 'main',
|
className: 'main',
|
||||||
render_attributes: function() {
|
render_attributes: function() {
|
||||||
var playStoreHref = 'https://play.google.com/store/apps/details?id=org.thoughtcrime.securesms';
|
|
||||||
var appStoreHref = 'https://itunes.apple.com/us/app/signal-private-messenger/id874139669';
|
|
||||||
var twitterHref = 'https://twitter.com/whispersystems';
|
var twitterHref = 'https://twitter.com/whispersystems';
|
||||||
|
var signalHref = 'https://signal.org/install';
|
||||||
return {
|
return {
|
||||||
installWelcome: i18n('installWelcome'),
|
installWelcome: i18n('installWelcome'),
|
||||||
installTagline: i18n('installTagline'),
|
installTagline: i18n('installTagline'),
|
||||||
installGetStartedButton: i18n('installGetStartedButton'),
|
installGetStartedButton: i18n('installGetStartedButton'),
|
||||||
installSignalLink: this.i18n_with_links('installSignalLinks', playStoreHref, appStoreHref),
|
installSignalLink: this.i18n_with_links('installSignalLink', signalHref),
|
||||||
installIHaveSignalButton: i18n('installGotIt'),
|
installIHaveSignalButton: i18n('installGotIt'),
|
||||||
installFollowUs: this.i18n_with_links('installFollowUs', twitterHref),
|
installFollowUs: this.i18n_with_links('installFollowUs', twitterHref),
|
||||||
installAndroidInstructions: i18n('installAndroidInstructions'),
|
installAndroidInstructions: i18n('installAndroidInstructions'),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue