Big update to new signal branding (#2018)

This commit is contained in:
Scott Nonnenberg 2018-01-30 14:22:51 -08:00 committed by GitHub
parent c64f0fc75e
commit 7b49180bc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 31 additions and 31 deletions

View file

@ -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");

View file

@ -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'),