diff --git a/documentation/api/reference/made_with_ov.md b/documentation/api/reference/made_with_ov.md index d92085ac164..8e85f074c02 100644 --- a/documentation/api/reference/made_with_ov.md +++ b/documentation/api/reference/made_with_ov.md @@ -1,7 +1,7 @@ # Made with Openverse The Openverse API provides access to the world's largest library of -openly-licensed creative works, containing over 700 million images and audio +openly-licensed creative works, containing over 800 million images and audio tracks. All Openverse content is under a [Creative Commons license](https://creativecommons.org/licenses/) or is in the public domain. diff --git a/frontend/src/constants/meta.ts b/frontend/src/constants/meta.ts index d48e19fd72b..a1c3c2140ca 100644 --- a/frontend/src/constants/meta.ts +++ b/frontend/src/constants/meta.ts @@ -1,4 +1,4 @@ -const NUMBER_OF_RECORDS = "700 million" +const NUMBER_OF_RECORDS = "800 million" const DESCRIPTION = `Search over ${NUMBER_OF_RECORDS} free and openly licensed images, photos, audio, and other media types for reuse and remixing.` /** diff --git a/frontend/src/locales/scripts/en.json5 b/frontend/src/locales/scripts/en.json5 index 488b9ddc03f..04f8f9e49f0 100644 --- a/frontend/src/locales/scripts/en.json5 +++ b/frontend/src/locales/scripts/en.json5 @@ -4,7 +4,7 @@ main: "Go to {link} or search for something similar from the field below.", }, hero: { - subtitle: "Explore more than 700 million creative works", + subtitle: "Explore more than 800 million creative works", description: "An extensive library of free stock photos, images, and audio, available for free use.", search: { placeholder: "Search for content", @@ -81,7 +81,7 @@ }, collection: { content: { - a: "{openverse} searches across more than 700 million images and audio tracks from open APIs and the {commonCrawl} dataset.", + a: "{openverse} searches across more than 800 million images and audio tracks from open APIs and the {commonCrawl} dataset.", b: "We aggregate works from multiple public repositories, and facilitate reuse through features like one-click attribution.", }, }, diff --git a/frontend/test/locales/ar.json b/frontend/test/locales/ar.json index 6754a03ed51..5edd90813df 100644 --- a/frontend/test/locales/ar.json +++ b/frontend/test/locales/ar.json @@ -4,7 +4,7 @@ "main": "انتقل إلى {link} أو ابحث عن شيء مشابه من الحقل أدناه." }, "hero": { - "subtitle": "استكشف أكثر من 700 مليون عمل إبداعي", + "subtitle": "استكشف أكثر من 800 مليون عمل إبداعي", "description": "مكتبة واسعة من الصور المجانية ، والصور ، والصوت ، متاحة للاستخدام المجاني.", "search": { "placeholder": "البحث عن محتوى" @@ -80,7 +80,7 @@ }, "collection": { "content": { - "a": "{openverse} searches across more than 700 million images and audio from open APIs and the {commonCrawl} dataset.", + "a": "{openverse} searches across more than 800 million images and audio from open APIs and the {commonCrawl} dataset.", "b": "نحن نجمع العمل من عدة مستودعات عامة، ونسهل إعادة الاستخدام من خلال سمات مثل العزو البقعة الواحدة." } }, diff --git a/frontend/test/locales/es.json b/frontend/test/locales/es.json index ff74ea4f36e..5a4b13f7563 100644 --- a/frontend/test/locales/es.json +++ b/frontend/test/locales/es.json @@ -80,7 +80,7 @@ }, "collection": { "content": { - "a": "{openverse} busca más de 700 millones de imágenes y audio de API abiertas y el conjunto de datos {commonCrawl}", + "a": "{openverse} busca más de 800 millones de imágenes y audio de API abiertas y el conjunto de datos {commonCrawl}", "b": "Agregamos obras de múltiples repositorios públicos y facilitamos el reutilizamiento a través de características como la atribución de un clic." } }, diff --git a/frontend/test/playwright/e2e/seo.spec.ts b/frontend/test/playwright/e2e/seo.spec.ts index 83d60ef0587..d8300726674 100644 --- a/frontend/test/playwright/e2e/seo.spec.ts +++ b/frontend/test/playwright/e2e/seo.spec.ts @@ -4,7 +4,7 @@ import { preparePageForTests } from "~~/test/playwright/utils/navigation" test.describe.configure({ mode: "parallel" }) const DESCRIPTION = - "Search over 700 million free and openly licensed images, photos, audio, and other media types for reuse and remixing." + "Search over 800 million free and openly licensed images, photos, audio, and other media types for reuse and remixing." const pages = { home: { diff --git a/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/content-switcher-open-ltr-2xl-linux.png b/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/content-switcher-open-ltr-2xl-linux.png index 7850860b95d..a003313a5a6 100644 Binary files a/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/content-switcher-open-ltr-2xl-linux.png and b/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/content-switcher-open-ltr-2xl-linux.png differ diff --git a/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/content-switcher-open-ltr-lg-linux.png b/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/content-switcher-open-ltr-lg-linux.png index 4eef5a4bc2d..a08dacc6ea7 100644 Binary files a/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/content-switcher-open-ltr-lg-linux.png and b/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/content-switcher-open-ltr-lg-linux.png differ diff --git a/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/content-switcher-open-ltr-xl-linux.png b/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/content-switcher-open-ltr-xl-linux.png index 2f923d59d7f..f437fd78da4 100644 Binary files a/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/content-switcher-open-ltr-xl-linux.png and b/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/content-switcher-open-ltr-xl-linux.png differ diff --git a/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/content-switcher-open-rtl-2xl-linux.png b/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/content-switcher-open-rtl-2xl-linux.png index 0bc4924e58c..c0e4f2c547e 100644 Binary files a/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/content-switcher-open-rtl-2xl-linux.png and b/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/content-switcher-open-rtl-2xl-linux.png differ diff --git a/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/content-switcher-open-rtl-lg-linux.png b/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/content-switcher-open-rtl-lg-linux.png index 099ab173533..775205b8de5 100644 Binary files a/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/content-switcher-open-rtl-lg-linux.png and b/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/content-switcher-open-rtl-lg-linux.png differ diff --git a/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/content-switcher-open-rtl-xl-linux.png b/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/content-switcher-open-rtl-xl-linux.png index bf1b7ff6b73..4f44a565fd7 100644 Binary files a/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/content-switcher-open-rtl-xl-linux.png and b/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/content-switcher-open-rtl-xl-linux.png differ diff --git a/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/index-ltr-2xl-linux.png b/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/index-ltr-2xl-linux.png index d7ec060808e..e620944bf7b 100644 Binary files a/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/index-ltr-2xl-linux.png and b/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/index-ltr-2xl-linux.png differ diff --git a/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/index-ltr-lg-linux.png b/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/index-ltr-lg-linux.png index 020a65f5051..56efbfdbfa7 100644 Binary files a/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/index-ltr-lg-linux.png and b/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/index-ltr-lg-linux.png differ diff --git a/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/index-ltr-md-linux.png b/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/index-ltr-md-linux.png index 8e242ebcd8b..e81f42beb0c 100644 Binary files a/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/index-ltr-md-linux.png and b/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/index-ltr-md-linux.png differ diff --git a/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/index-ltr-sm-linux.png b/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/index-ltr-sm-linux.png index 2e957813557..f924ba93e12 100644 Binary files a/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/index-ltr-sm-linux.png and b/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/index-ltr-sm-linux.png differ diff --git a/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/index-ltr-xl-linux.png b/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/index-ltr-xl-linux.png index 2a11256a463..240688c5b0b 100644 Binary files a/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/index-ltr-xl-linux.png and b/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/index-ltr-xl-linux.png differ diff --git a/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/index-ltr-xs-linux.png b/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/index-ltr-xs-linux.png index 6349dd9b996..0f40be32418 100644 Binary files a/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/index-ltr-xs-linux.png and b/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/index-ltr-xs-linux.png differ diff --git a/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/index-rtl-2xl-linux.png b/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/index-rtl-2xl-linux.png index 8fa8f169457..4f300483e8c 100644 Binary files a/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/index-rtl-2xl-linux.png and b/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/index-rtl-2xl-linux.png differ diff --git a/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/index-rtl-lg-linux.png b/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/index-rtl-lg-linux.png index ee7113a94f8..364eb84f4ed 100644 Binary files a/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/index-rtl-lg-linux.png and b/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/index-rtl-lg-linux.png differ diff --git a/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/index-rtl-md-linux.png b/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/index-rtl-md-linux.png index 87492b171fc..fcb6977cbb8 100644 Binary files a/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/index-rtl-md-linux.png and b/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/index-rtl-md-linux.png differ diff --git a/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/index-rtl-sm-linux.png b/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/index-rtl-sm-linux.png index ad67a21351a..e8a4a7a4318 100644 Binary files a/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/index-rtl-sm-linux.png and b/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/index-rtl-sm-linux.png differ diff --git a/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/index-rtl-xl-linux.png b/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/index-rtl-xl-linux.png index 1b5dd253ee1..a48075596e3 100644 Binary files a/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/index-rtl-xl-linux.png and b/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/index-rtl-xl-linux.png differ diff --git a/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/index-rtl-xs-linux.png b/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/index-rtl-xs-linux.png index 1cc57343ad7..8d10fc95d6a 100644 Binary files a/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/index-rtl-xs-linux.png and b/frontend/test/playwright/visual-regression/pages/homepage.spec.ts-snapshots/index-rtl-xs-linux.png differ