Brion VIBBER has submitted this change and it was merged.

Change subject: Made My Uploads page use back arrow for consistency.
......................................................................


Made My Uploads page use back arrow for consistency.

Change-Id: Ieac074ed44902349613239fddb733ff33b960eed
---
M Commons-iOS/LoginViewController.m
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Brion VIBBER: Verified; Looks good to me, approved



diff --git a/Commons-iOS/LoginViewController.m 
b/Commons-iOS/LoginViewController.m
index 893a1aa..6601d66 100644
--- a/Commons-iOS/LoginViewController.m
+++ b/Commons-iOS/LoginViewController.m
@@ -346,7 +346,7 @@
 -(void)viewWillDisappear:(BOOL)animated{
 
        UIBarButtonItem *backButton = [[UIBarButtonItem alloc]
-                                                                  
initWithTitle: [MWMessage forKey:@"login-title"].text
+                                                                  
initWithTitle: [[CommonsApp singleton] getBackButtonString]
                                                                   style: 
UIBarButtonItemStyleBordered
                                                                   target:nil 
action: nil];
        

-- 
To view, visit https://gerrit.wikimedia.org/r/88168
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ieac074ed44902349613239fddb733ff33b960eed
Gerrit-PatchSet: 1
Gerrit-Project: apps/ios/commons
Gerrit-Branch: master
Gerrit-Owner: Brion VIBBER <br...@wikimedia.org>
Gerrit-Reviewer: Brion VIBBER <br...@wikimedia.org>
Gerrit-Reviewer: Mhurd <mh...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to