Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
acouch committed Jul 3, 2024
1 parent 4a4ceea commit c0f1172
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/app/[locale]/search/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import { Suspense } from 'react';
export async function generateMetadata() {
const t = await getTranslations({ locale: "en" });
const meta: Metadata = {
title: t("Process.page_title"),
description: t("Process.meta_description"),
title: t("Search.title"),
description: t("Index.meta_description"),
};
return meta;
}
Expand Down

0 comments on commit c0f1172

Please sign in to comment.