diff --git a/public/views/includes/sidebar.html b/public/views/includes/sidebar.html index 237921866..6fbf82f45 100644 --- a/public/views/includes/sidebar.html +++ b/public/views/includes/sidebar.html @@ -1,6 +1,7 @@ - + + diff --git a/public/views/preferencesAbout.html b/public/views/preferencesAbout.html index a1c98de61..bbca1b4fc 100644 --- a/public/views/preferencesAbout.html +++ b/public/views/preferencesAbout.html @@ -4,10 +4,7 @@ ng-init="titleSection='About Copay'; goBackToState = 'preferences'"> - - - - + Release Information diff --git a/public/views/translators.html b/public/views/translators.html index fc7def514..24415ca38 100644 --- a/public/views/translators.html +++ b/public/views/translators.html @@ -4,10 +4,7 @@ ng-init="titleSection='Translators'; goBackToState = 'about'"> - - - - + Translation Credits kinoshitajonaJapanese @@ -24,15 +21,15 @@ lax5Russian - + All contributions to Copay's translation are welcome. Sign up at crowdin.com and join the Copay project at https://crowdin.com/project/copay. - + Don't see your language on Crowdin? Contact the Owner on Crowdin! We'd love to support your language. + - diff --git a/src/js/controllers/sidebar.js b/src/js/controllers/sidebar.js index 1e409792e..86157cecc 100644 --- a/src/js/controllers/sidebar.js +++ b/src/js/controllers/sidebar.js @@ -1,8 +1,9 @@ 'use strict'; angular.module('copayApp.controllers').controller('sidebarController', - function($rootScope, $timeout, lodash, profileService, configService, go) { + function($rootScope, $timeout, lodash, profileService, configService, go, isMobile, isCordova) { var self = this; + self.isWindowsPhoneApp = isMobile.Windows() && isCordova; self.walletSelection = false; // wallet list change
All contributions to Copay's translation are welcome. Sign up at crowdin.com and join the Copay project at https://crowdin.com/project/copay.