diff --git a/frontend/src/locales/scripts/en.json5 b/frontend/src/locales/scripts/en.json5 index 73979693079..9cab04500bf 100644 --- a/frontend/src/locales/scripts/en.json5 +++ b/frontend/src/locales/scripts/en.json5 @@ -82,10 +82,8 @@ content: "{openverse} searches across more than 700 million images and audio from open APIs and the {commonCrawl} dataset. It goes beyond simple search to aggregate results across multiple public repositories into a single catalog, and facilitates reuse through features like machine-generated tags and one-click attribution.", }, planning: { - content: "Currently {openverse} only searches images and audio, with search for video provided through External Sources. But we plan to add additional media types such as open texts and 3D models, with the ultimate goal of providing access to the estimated 2.5 billion CC licensed and public domain works on the web. All of our code is open source ({frontend}, {api}, {catalog}) and we {community}. You can see what {working}.", - frontend: "{openverse} frontend", - api: "{openverse} API", - catalog: "{openverse} Catalog", + content: "Currently {openverse} only searches images and audio, with search for video provided through External Sources. But we plan to add additional media types such as open texts and 3D models, with the ultimate goal of providing access to the estimated 2.5 billion CC licensed and public domain works on the web. All of our code is open source and can be accessed at the {repository}. We {community}. You can see what {working}.", + repository: "{openverse} {github} repository", community: "welcome community contribution", working: "we’re currently working on", }, diff --git a/frontend/src/pages/about.vue b/frontend/src/pages/about.vue index 1636de2f96b..f30fef6cb0e 100644 --- a/frontend/src/pages/about.vue +++ b/frontend/src/pages/about.vue @@ -16,28 +16,21 @@ - - -