diff --git a/cordova/ios/Copay-Info.plist b/cordova/ios/Copay-Info.plist
index 82021dce2..52030f728 100644
--- a/cordova/ios/Copay-Info.plist
+++ b/cordova/ios/Copay-Info.plist
@@ -57,11 +57,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- vRC0.9.0
+ 0.8.3
CFBundleSignature
????
CFBundleVersion
- vRC0.9.0
+ 0.8.3
LSRequiresIPhoneOS
NSMainNibFile
diff --git a/js/controllers/createProfile.js b/js/controllers/createProfile.js
index b54f78c44..c3a7900eb 100644
--- a/js/controllers/createProfile.js
+++ b/js/controllers/createProfile.js
@@ -6,7 +6,7 @@ angular.module('copayApp.controllers').controller('CreateProfileController', fun
$scope.init = function() {
identityService.goWalletHome();
- $scope.isMobile = 1; //isMobile.any();
+ $scope.isMobile = isMobile.any();
$scope.createStep = 'storage';
$scope.useLocalstorage = false;
@@ -75,6 +75,7 @@ angular.module('copayApp.controllers').controller('CreateProfileController', fun
$scope.userOrEmail = $scope.useLocalstorage ? form.username.$modelValue : form.email.$modelValue;
preconditions.checkState($scope.userOrEmail);
+ $scope.error = null;
$scope.createStep = 'pass';
$timeout(function() {
$scope.$digest();
diff --git a/js/controllers/settings.js b/js/controllers/settings.js
index 9a0a93fd4..3c09a26e9 100644
--- a/js/controllers/settings.js
+++ b/js/controllers/settings.js
@@ -21,7 +21,7 @@ angular.module('copayApp.controllers').controller('SettingsController', function
name: 'In the cloud (Insight server)',
pluginName: 'EncryptedInsightStorage',
}, {
- name: 'In this device (localstorage)',
+ name: 'On this device (localstorage)',
pluginName: 'EncryptedLocalStorage',
},
// {
diff --git a/views/home.html b/views/home.html
index a166c3651..5628ab123 100644
--- a/views/home.html
+++ b/views/home.html
@@ -23,7 +23,7 @@

-
+
@@ -115,7 +115,6 @@
-
Sign in to Copay