Skip to content

Commit

Permalink
Remove unnecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
elibud authored Mar 27, 2017
1 parent 9c7c47c commit f6777e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WordPress-iOS-Shared/Core/WPNoResultsView.m
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ + (instancetype)noResultsViewWithTitle:(NSString *)titleText message:(NSString *
noResultsView.accessoryView = accessoryView;
noResultsView.titleText = titleText;
noResultsView.messageText = messageText;
noResultsView.buttonTitle = [buttonTitle uppercaseStringWithLocale:[NSLocale currentLocale]];
noResultsView.buttonTitle = buttonTitle;

return noResultsView;
}
Expand Down

0 comments on commit f6777e7

Please sign in to comment.