diff --git a/Classes/AboutView.m b/Classes/AboutView.m index c4b82a5e2..1bc831b8f 100644 --- a/Classes/AboutView.m +++ b/Classes/AboutView.m @@ -59,8 +59,8 @@ static UICompositeViewDescription *compositeDescription = nil; UITapGestureRecognizer *tapGestureRecognizerPolicy = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(onPolicyTap)]; tapGestureRecognizerPolicy.numberOfTapsRequired = 1; - [_licenceLabel addGestureRecognizer:tapGestureRecognizerPolicy]; - _licenceLabel.userInteractionEnabled = YES; + [_policyLabel addGestureRecognizer:tapGestureRecognizerPolicy]; + _policyLabel.userInteractionEnabled = YES; } #pragma mark - Action Functions diff --git a/Classes/Base.lproj/AboutView.xib b/Classes/Base.lproj/AboutView.xib index 42a679e80..4c02f0eaf 100644 --- a/Classes/Base.lproj/AboutView.xib +++ b/Classes/Base.lproj/AboutView.xib @@ -1,5 +1,5 @@ - + @@ -17,6 +17,7 @@ + @@ -132,8 +133,8 @@ -