From c4ca5c6b798f54595bb3656bda866a26544f3ea0 Mon Sep 17 00:00:00 2001 From: magmahindenburg Date: Sun, 18 Jun 2017 19:54:38 +0900 Subject: [PATCH] Changed the bitcoin logo --- src/js/controllers/preferencesAbout.js | 11 +++++++++++ www/views/confirm.html | 2 +- www/views/preferencesAbout.html | 9 +++++++++ 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/src/js/controllers/preferencesAbout.js b/src/js/controllers/preferencesAbout.js index 8fe8aa201..0deba04bc 100644 --- a/src/js/controllers/preferencesAbout.js +++ b/src/js/controllers/preferencesAbout.js @@ -16,4 +16,15 @@ angular.module('copayApp.controllers').controller('preferencesAbout', var cancelText = gettextCatalog.getString('Go Back'); externalLinkService.open(url, optIn, title, message, okText, cancelText); }; + + $scope.openExternalLink2 = function() { + var url = 'https://github.com/bitpay/copay'; + var optIn = true; + var title = gettextCatalog.getString('Open GitHub Project'); + var message = gettextCatalog.getString('This will take you to the original Github project for Copay.'); + var okText = gettextCatalog.getString('Open GitHub'); + var cancelText = gettextCatalog.getString('Go Back'); + externalLinkService.open(url, optIn, title, message, okText, cancelText); + }; + }); diff --git a/www/views/confirm.html b/www/views/confirm.html index 9fe71b8d2..94f65554d 100644 --- a/www/views/confirm.html +++ b/www/views/confirm.html @@ -30,7 +30,7 @@
To - +
diff --git a/www/views/preferencesAbout.html b/www/views/preferencesAbout.html index b227d6bab..93fdeea8f 100644 --- a/www/views/preferencesAbout.html +++ b/www/views/preferencesAbout.html @@ -23,6 +23,15 @@ #{{commitHash}}
+
+ Bitcoin.com Wallet is a fork of Copay made by Bitpay. +
+
+ + See the original project + + +