Big update to new signal branding (#2018)
This commit is contained in:
parent
c64f0fc75e
commit
7b49180bc0
14 changed files with 31 additions and 31 deletions
|
@ -688,7 +688,7 @@
|
|||
}.bind(this));
|
||||
},
|
||||
// This matches the Java method as of
|
||||
// https://github.com/WhisperSystems/Signal-Android/blob/d0bb68e1378f689e4d10ac6a46014164992ca4e4/src/org/thoughtcrime/securesms/util/IdentityUtil.java#L188
|
||||
// https://github.com/signalapp/Signal-Android/blob/d0bb68e1378f689e4d10ac6a46014164992ca4e4/src/org/thoughtcrime/securesms/util/IdentityUtil.java#L188
|
||||
processVerifiedMessage: function(identifier, verifiedStatus, publicKey) {
|
||||
if (identifier === null || identifier === undefined) {
|
||||
throw new Error("Tried to set verified for undefined/null key");
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
templateName: 'install_flow_template',
|
||||
className: 'main install',
|
||||
render_attributes: function() {
|
||||
var twitterHref = 'https://twitter.com/whispersystems';
|
||||
var twitterHref = 'https://twitter.com/signalapp';
|
||||
var signalHref = 'https://signal.org/install';
|
||||
return {
|
||||
installWelcome: i18n('installWelcome'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue