mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-02 01:09:04 +02:00
Bug 1904910 - fix typo for abstract label in wallpapers a=dmeehan
Original Revision: https://phabricator.services.mozilla.com/D214998 Differential Revision: https://phabricator.services.mozilla.com/D215040
This commit is contained in:
parent
b096df9f08
commit
aad7f1bca5
2 changed files with 2 additions and 2 deletions
|
|
@ -59,7 +59,7 @@ export class _WallpaperCategories extends React.PureComponent {
|
|||
case "photographs":
|
||||
fluent_id = "newtab-wallpaper-category-title-photographs";
|
||||
break;
|
||||
case "abstract":
|
||||
case "abstracts":
|
||||
fluent_id = "newtab-wallpaper-category-title-abstract";
|
||||
break;
|
||||
case "solid-colors":
|
||||
|
|
|
|||
|
|
@ -9192,7 +9192,7 @@ class _WallpaperCategories extends (external_React_default()).PureComponent {
|
|||
case "photographs":
|
||||
fluent_id = "newtab-wallpaper-category-title-photographs";
|
||||
break;
|
||||
case "abstract":
|
||||
case "abstracts":
|
||||
fluent_id = "newtab-wallpaper-category-title-abstract";
|
||||
break;
|
||||
case "solid-colors":
|
||||
|
|
|
|||
Loading…
Reference in a new issue