Brion VIBBER has submitted this change and it was merged.

Change subject: Link directly to mobile site in CC-BY-SA 3.0 link
......................................................................


Link directly to mobile site in CC-BY-SA 3.0 link

Bug: 67650
Change-Id: I609d87808d3d97b91b980270ab5fb3a50c6550b9
---
M wikipedia/View Controllers/WebView/WebViewController.m
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/wikipedia/View Controllers/WebView/WebViewController.m 
b/wikipedia/View Controllers/WebView/WebViewController.m
index a83561b..be74c62 100644
--- a/wikipedia/View Controllers/WebView/WebViewController.m
+++ b/wikipedia/View Controllers/WebView/WebViewController.m
@@ -1702,7 +1702,7 @@
     NSString *dir = lang.dir;
     
     NSString *licenseName = MWLocalizedString(@"license-footer-name", nil);
-    NSString *licenseLink = [NSString stringWithFormat:@"<a 
href=\"https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\";>%@</a>",
 licenseName];
+    NSString *licenseLink = [NSString stringWithFormat:@"<a 
href=\"https://en.m.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License\";>%@</a>",
 licenseName];
     NSString *licenseText = [MWLocalizedString(@"license-footer-text", nil) 
stringByReplacingOccurrencesOfString:@"$1" withString:licenseLink];
     
     return [NSString stringWithFormat:@"<div dir=\"%@\" 
class=\"mw-license-footer\">%@</div>", dir, licenseText];

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I609d87808d3d97b91b980270ab5fb3a50c6550b9
Gerrit-PatchSet: 1
Gerrit-Project: apps/ios/wikipedia
Gerrit-Branch: master
Gerrit-Owner: Legoktm <legoktm.wikipe...@gmail.com>
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