Skip to content

Commit f0aff07

Browse files
committed
feat: update button text in ArticleList to use translation for consistency
1 parent ab8e38d commit f0aff07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/dashboard/_components/ArticleList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ const ArticleList = () => {
125125
<Button asChild>
126126
<Link href={`/dashboard/articles/new`}>
127127
<PlusIcon className="w-5 h-5" />
128-
<span className="ml-2">Create new article</span>
128+
<span className="ml-2">{_t("New diary")}</span>
129129
</Link>
130130
</Button>
131131
</div>

0 commit comments

Comments
 (0)