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:
Nathan Barrett 2024-06-27 12:22:34 +00:00
parent b096df9f08
commit aad7f1bca5
2 changed files with 2 additions and 2 deletions

View file

@ -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":

View file

@ -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":