JGonera has submitted this change and it was merged.

Change subject: move loginCaption and signupCaption to correct module
......................................................................


move loginCaption and signupCaption to correct module

the keys are misleading -
mf-navigation.js actually uses them

Change-Id: Ie7dc4b3fe40c637d3070529d94dcd59b8e884651
---
M MobileFrontend.php
1 file changed, 5 insertions(+), 2 deletions(-)

Approvals:
  JGonera: Verified; Looks good to me, approved
  jenkins-bot: Checked



diff --git a/MobileFrontend.php b/MobileFrontend.php
index ae27b84..716736a 100644
--- a/MobileFrontend.php
+++ b/MobileFrontend.php
@@ -441,6 +441,11 @@
                'javascripts/common/mf-navigation.js',
                'javascripts/common/mf-notification.js',
        ),
+       'messages' => array(
+               // mf-navigation.js
+               'mobile-frontend-watchlist-cta-button-signup',
+               'mobile-frontend-watchlist-cta-button-login',
+       ),
 );
 
 $wgResourceModules['mobile.stable'] = $wgMFMobileResourceBoilerplate + array(
@@ -483,8 +488,6 @@
                'mobile-frontend-watchlist-add',
                'mobile-frontend-watchlist-removed',
                'mobile-frontend-watchlist-cta',
-               'mobile-frontend-watchlist-cta-button-signup',
-               'mobile-frontend-watchlist-cta-button-login',
 
                // mf-photo.js
                'mobile-frontend-photo-ownership',

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie7dc4b3fe40c637d3070529d94dcd59b8e884651
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>
Gerrit-Reviewer: JGonera <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to