Apply i18n
This commit is contained in:
@@ -52,7 +52,7 @@ export default function RunsPage({ projectId, locale, messages }: Props) {
|
||||
return (
|
||||
<div className="container mx-auto max-w-3xl pt-6 px-6 flex-grow">
|
||||
<div className="w-full p-3 flex items-center justify-between">
|
||||
<h3 className="font-bold">{messages.runs}</h3>
|
||||
<h3 className="font-bold">{messages.runList}</h3>
|
||||
<div>
|
||||
<Button
|
||||
startContent={<Plus size={16} />}
|
||||
|
||||
@@ -8,7 +8,7 @@ export default function Page({
|
||||
}) {
|
||||
const t = useTranslations("Runs");
|
||||
const messages = {
|
||||
runs: t("runs"),
|
||||
runList: t("run_list"),
|
||||
id: t("id"),
|
||||
name: t("name"),
|
||||
description: t("description"),
|
||||
|
||||
Reference in New Issue
Block a user