Bug 1558550 - Fixing unintended changes to About:Prefs that uses same strings in newtab pocket section (#5129)
This commit is contained in:
Родитель
d8292d8b52
Коммит
687cf307a3
|
@ -19,7 +19,7 @@ const BUILT_IN_SECTIONS = {
|
|||
"feeds.section.topstories": options => ({
|
||||
id: "topstories",
|
||||
pref: {
|
||||
titleString: {id: "newtab-section-header-pocket", values: {provider: options.provider_name}},
|
||||
titleString: {id: "header_recommended_by", values: {provider: options.provider_name}},
|
||||
descString: {id: "prefs_topstories_description2"},
|
||||
nestedPrefs: options.show_spocs ? [{
|
||||
name: "showSponsored",
|
||||
|
@ -35,6 +35,7 @@ const BUILT_IN_SECTIONS = {
|
|||
link: {
|
||||
href: "https://getpocket.com/firefox/new_tab_learn_more",
|
||||
message: {id: "newtab-pocket-how-it-works"},
|
||||
id: "pocket_how_it_works",
|
||||
},
|
||||
},
|
||||
privacyNoticeURL: "https://www.mozilla.org/privacy/firefox/#suggest-relevant-content",
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
# LOCALIZATION NOTE(header_recommended_by): This is followed by the name
|
||||
# of the corresponding content provider.
|
||||
header_recommended_by=Recommended by {provider}
|
||||
|
||||
# LOCALIZATION NOTE (prefs_*, settings_*): These are shown in about:preferences
|
||||
# for a "Firefox Home" section. "Firefox" should be treated as a brand and kept
|
||||
# in English, while "Home" should be localized matching the about:preferences
|
||||
|
@ -31,6 +35,8 @@ settings_pane_highlights_options_bookmarks=Bookmarks
|
|||
# something else, and non-essential but also not entirely trivial and useless."
|
||||
settings_pane_snippets_header=Snippets
|
||||
|
||||
pocket_how_it_works=How it works
|
||||
|
||||
# LOCALIZATION NOTE (firstrun_*). These strings are displayed only once, on the
|
||||
# firstrun of the browser, they give an introduction to Firefox and Sync.
|
||||
firstrun_title=Take Firefox with You
|
||||
|
|
Загрузка…
Ссылка в новой задаче