Update wording in new contribution experience

This commit is contained in:
Tasos Katsoulas 2022-10-14 15:14:15 +03:00
Родитель 055dcbc7ba
Коммит b1336c7d10
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 522F81314743785E
5 изменённых файлов: 25 добавлений и 25 удалений

Просмотреть файл

@ -178,7 +178,7 @@
{% endif %} {% endif %}
<li class="mzp-c-menu-category"> <li class="mzp-c-menu-category">
<a class="mzp-c-menu-title sumo-nav--link" href="{{ url('landings.contribute') }}">{{ _('Volunteer') }}</a> <a class="mzp-c-menu-title sumo-nav--link" href="{{ url('landings.contribute') }}">{{ _('Contribute') }}</a>
</li> </li>
{% endmacro %} {% endmacro %}

Просмотреть файл

@ -27,7 +27,7 @@ class ContributionAreas(models.TextChoices):
L10N = "l10n-contributors", _lazy("L10n Contributors") L10N = "l10n-contributors", _lazy("L10n Contributors")
FORUM = "forum-contributors", _lazy("Forum Contributors") FORUM = "forum-contributors", _lazy("Forum Contributors")
SOCIAL = "social-contributors", _lazy("Social media Contributors") SOCIAL = "social-contributors", _lazy("Social media Contributors")
PLAYSTORE = "playstore-contributors", _lazy("Google Playstore Contributors") MOBILE = "mobile-contributors", _lazy("Mobile support Contributors")
@classmethod @classmethod
def has_value(cls, value): def has_value(cls, value):

Просмотреть файл

@ -68,7 +68,7 @@
SUMO_URL + SUMO_URL +
"/kb/mozilla-support-rules-guidelines", "/kb/mozilla-support-rules-guidelines",
text: gettext( text: gettext(
"Learn about basic contribution guidelines." "Learn about basic contribution guidelines"
), ),
}, },
], ],
@ -84,7 +84,9 @@
Linkable, Linkable,
{ {
link: SUMO_URL + "/kb/how-contribute-support-forum", link: SUMO_URL + "/kb/how-contribute-support-forum",
text: gettext("Learn about forum contribution"), text: gettext(
"Learn more about forum contribution"
),
}, },
], ],
], ],
@ -125,7 +127,7 @@
SUMO_URL + SUMO_URL +
"/kb/mozilla-support-rules-guidelines", "/kb/mozilla-support-rules-guidelines",
text: gettext( text: gettext(
"Learn about basic contribution guidelines." "Learn about basic contribution guidelines"
), ),
}, },
], ],
@ -164,7 +166,7 @@
}, },
}} }}
> >
<h1>{gettext("Help us write help articles")}</h1> <h1>{gettext("Help us write support articles")}</h1>
<h2>{gettext("Share your wisdom with the world!")}</h2> <h2>{gettext("Share your wisdom with the world!")}</h2>
<p> <p>
{gettext( {gettext(
@ -187,7 +189,7 @@
SUMO_URL + SUMO_URL +
"/kb/mozilla-support-rules-guidelines", "/kb/mozilla-support-rules-guidelines",
text: gettext( text: gettext(
"Learn about basic contribution guidelines." "Learn about basic contribution guidelines"
), ),
}, },
], ],
@ -227,7 +229,7 @@
}, },
}} }}
> >
<h1>{gettext("Translate help articles")}</h1> <h1>{gettext("Help us localize support articles")}</h1>
<h2> <h2>
{gettext("Lets make Mozilla Support speak your language!")} {gettext("Lets make Mozilla Support speak your language!")}
</h2> </h2>
@ -250,7 +252,7 @@
{ {
link: SUMO_URL + "/kb/social-support-guidelines", link: SUMO_URL + "/kb/social-support-guidelines",
text: gettext( text: gettext(
"Learn about basic contribution guidelines." "Learn about basic contribution guidelines"
), ),
}, },
], ],
@ -266,7 +268,7 @@
{ {
link: "", link: "",
text: gettext( text: gettext(
"Start tweeting from @FirefoxSupport!" "Start replying from @FirefoxSupport!"
), ),
}, },
], ],
@ -300,9 +302,9 @@
</p> </p>
</Area> </Area>
</Route> </Route>
<Route path="playstore" let:location> <Route path="mobile" let:location>
<Area <Area
area={gettext("Play Store support")} area={gettext("Mobile Store support")}
images={[imgHandsPng, imgHandsWebp, imgHands2xWebp]} images={[imgHandsPng, imgHandsWebp, imgHands2xWebp]}
{location} {location}
steps={{ steps={{
@ -312,7 +314,7 @@
{ {
link: SUMO_URL + "/kb/get-started-mobile-support", link: SUMO_URL + "/kb/get-started-mobile-support",
text: gettext( text: gettext(
"Learn about basic contribution guidelines." "Learn about basic contribution guidelines"
), ),
}, },
], ],
@ -327,9 +329,7 @@
Linkable, Linkable,
{ {
link: "", link: "",
text: gettext( text: gettext("Start replying to app reviews!"),
"Start replying to Play Store reviews for Firefox for Android!"
),
}, },
], ],
[ [
@ -339,7 +339,7 @@
SUMO_URL + SUMO_URL +
"/kb/how-contribute-mobile-support-start-here", "/kb/how-contribute-mobile-support-start-here",
text: gettext( text: gettext(
"Learn more about Play Store contribution" "Learn more about mobile store support contribution"
), ),
}, },
], ],
@ -347,20 +347,20 @@
fact: { fact: {
number: gettext("1 → 20k+"), number: gettext("1 → 20k+"),
text: gettext( text: gettext(
"Help 20K+ users who leave reviews in Play Store every month" "Help 20K+ users who leave reviews in mobile store every month"
), ),
}, },
}} }}
> >
<h1>{gettext("Support Firefox users on mobile")}</h1> <h1>{gettext("Support Firefox users on mobile store")}</h1>
<h2> <h2>
{gettext( {gettext(
"Help us respond to Play Store reviews for Firefox for Android!" "Help us respond to app reviews for our mobile products!"
)} )}
</h2> </h2>
<p> <p>
{gettext( {gettext(
"Smartphones are taking over the world. We have many users leaving reviews while also asking for support on Play Store. By joining Play Store Support, you can help them by reply to their reviews from the comfort of your desk. Pretty simple, right?" "Smartphones are taking over the world. Nowdays, many people prefer to app reviews instead of going to the support forum. By joining, you can help them by replying to their reviews from the comfort of your desk. Pretty simple, right?"
)} )}
</p> </p>
</Area> </Area>

Просмотреть файл

@ -41,9 +41,9 @@
{gettext("Social support")} {gettext("Social support")}
</Tile> </Tile>
{/if} {/if}
{#if location?.pathname != "/playstore"} {#if location?.pathname != "/mobile"}
<Tile to="../playstore" img={storeImg}> <Tile to="../mobile" img={storeImg}>
{gettext("Play Store support")} {gettext("Mobile Store support")}
</Tile> </Tile>
{/if} {/if}
</ul> </ul>

Просмотреть файл

@ -25,7 +25,7 @@ module.exports = mergeWithRules({
"/contribute/kb", "/contribute/kb",
"/contribute/social", "/contribute/social",
"/contribute/l10n", "/contribute/l10n",
"/contribute/playstore", "/contribute/mobile",
], ],
}), }),
], ],