diff --git a/MasterPassword/iOS/MPMainViewController.m b/MasterPassword/iOS/MPMainViewController.m index 8aee3b00..fac168f8 100644 --- a/MasterPassword/iOS/MPMainViewController.m +++ b/MasterPassword/iOS/MPMainViewController.m @@ -536,7 +536,7 @@ return; inf(@"Copying user name for: %@", self.activeElement.name); - [UIPasteboard generalPasteboard].string = [self.activeElement.content description]; + [UIPasteboard generalPasteboard].string = self.activeElement.loginName; [self showLoginNameTip:@"Copied!"]; diff --git a/MasterPassword/iOS/MainStoryboard_iPhone.storyboard b/MasterPassword/iOS/MainStoryboard_iPhone.storyboard index 5ee5cdd2..dd38def2 100644 --- a/MasterPassword/iOS/MainStoryboard_iPhone.storyboard +++ b/MasterPassword/iOS/MainStoryboard_iPhone.storyboard @@ -1,7 +1,6 @@ - @@ -475,8 +474,8 @@ Your passwords will be AES-encrypted with your master password. - - + + @@ -568,8 +567,8 @@ Your passwords will be AES-encrypted with your master password. - - + +