jenkins-bot has submitted this change and it was merged.

Change subject: Make watchlist bold in first onboarding screen
......................................................................


Make watchlist bold in first onboarding screen

Bug: T99109
Change-Id: I4d60dac75c2945702368d74d38a93b0d33d25291
---
M extension.json
M i18n/en.json
M resources/ext.gather.collection.contentOverlay/content.hogan
3 files changed, 24 insertions(+), 23 deletions(-)

Approvals:
  Jdlrobson: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/extension.json b/extension.json
index 2242ded..6268bcd 100644
--- a/extension.json
+++ b/extension.json
@@ -308,27 +308,28 @@
                        "styles": [
                                
"resources/ext.gather.collection.contentOverlay/contentOverlay.less"
                        ],
-                       "messages": [
-                               "gather-collection-content-tutorial-heading",
-                               "gather-collection-content-tutorial-subheading",
-                               "gather-tutorial-dismiss-button-label",
-                               "gather-remove-from-collection-failed-toast",
-                               "gather-add-to-collection-failed-toast",
-                               "gather-new-collection-failed-toast",
-                               "gather-add-to-existing",
-                               "gather-watchlist-title",
-                               "gather-add-toast",
-                               "gather-add-failed-toast",
-                               "gather-add-title-invalid-toast",
-                               "gather-remove-toast",
-                               "gather-collection-member",
-                               "gather-create-new-button-label",
-                               "gather-add-to-new",
-                               "gather-collection-non-member",
-                               "gather-add-new-placeholder",
-                               "gather-add-to-another",
-                               "gather-view-collection"
-                       ],
+                       "class": "MFResourceLoaderParsedMessageModule",
+                       "messages": {
+                               "gather-collection-content-tutorial-heading": 
"gather-collection-content-tutorial-heading",
+                               
"gather-collection-content-tutorial-subheading": ["parse"],
+                               "gather-tutorial-dismiss-button-label": 
"gather-tutorial-dismiss-button-label",
+                               "gather-remove-from-failed-collection-toast": 
"gather-remove-from-failed-collection-toast",
+                               "gather-add-to-collection-failed-toast": 
"gather-add-to-collection-failed-toast",
+                               "gather-new-collection-failed-toast": 
"gather-new-collection-failed-toast",
+                               "gather-add-to-existing": 
"gather-add-to-existing",
+                               "gather-watchlist-title": 
"gather-watchlist-title",
+                               "gather-add-toast": "gather-add-toast",
+                               "gather-add-failed-toast": 
"gather-add-failed-toast",
+                               "gather-add-title-invalid-toast": 
"gather-add-title-invalid-toast",
+                               "gather-remove-toast": "gather-remove-toast",
+                               "gather-collection-member": 
"gather-collection-member",
+                               "gather-create-new-button-label": 
"gather-create-new-button-label",
+                               "gather-add-to-new": "gather-add-to-new",
+                               "gather-collection-non-member": 
"gather-collection-non-member",
+                               "gather-add-new-placeholder": 
"gather-add-new-placeholder",
+                               "gather-add-to-another": 
"gather-add-to-another",
+                               "gather-view-collection": 
"gather-view-collection"
+                       },
                        "templates": {
                                "header.hogan": 
"resources/ext.gather.collection.contentOverlay/header.hogan",
                                "content.hogan": 
"resources/ext.gather.collection.contentOverlay/content.hogan"
diff --git a/i18n/en.json b/i18n/en.json
index 47c89b3..2fb0cf5 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -81,7 +81,7 @@
        "gather-add-failed-toast": "There was a problem adding the item to your 
\"$1\" collection.",
        "gather-add-title-invalid-toast": "There was an issue with the title 
you entered. Please try something else",
        "gather-collection-content-tutorial-heading": "Start a collection of 
your favorite interests that you can bookmark for later or share with others.",
-       "gather-collection-content-tutorial-subheading": "Or, add this to your 
watchlist to follow changes to the article.",
+       "gather-collection-content-tutorial-subheading": "Or, add this to your 
'''watchlist''' to follow changes to the article.",
        "gather-add-to-collection-summary": "{{GENDER:$2|Add}} $1 to a 
collection, a list of pages that you can bookmark and share!",
        "gather-add-to-collection-confirm": "Start a collection",
        "gather-add-to-collection-cancel": "No thanks",
diff --git a/resources/ext.gather.collection.contentOverlay/content.hogan 
b/resources/ext.gather.collection.contentOverlay/content.hogan
index cf8fd48..bed0a12 100644
--- a/resources/ext.gather.collection.contentOverlay/content.hogan
+++ b/resources/ext.gather.collection.contentOverlay/content.hogan
@@ -1,7 +1,7 @@
 {{{spinner}}}
 <div class="tutorial hidden">
        <div class="heading">{{tutorialHeading}}</div>
-       <div>{{tutorialSubheading}}</div>
+       <div>{{{tutorialSubheading}}}</div>
        <div class="button-bar">
                <button class="mw-ui-progressive mw-ui-button 
tutorial-next">{{dismissButtonLabel}}</button>
        </div>

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I4d60dac75c2945702368d74d38a93b0d33d25291
Gerrit-PatchSet: 7
Gerrit-Project: mediawiki/extensions/Gather
Gerrit-Branch: master
Gerrit-Owner: Robmoen <[email protected]>
Gerrit-Reviewer: BarryTheBrowserTestBot <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to