We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab8e38d commit f0aff07Copy full SHA for f0aff07
src/app/dashboard/_components/ArticleList.tsx
@@ -125,7 +125,7 @@ const ArticleList = () => {
125
<Button asChild>
126
<Link href={`/dashboard/articles/new`}>
127
<PlusIcon className="w-5 h-5" />
128
- <span className="ml-2">Create new article</span>
+ <span className="ml-2">{_t("New diary")}</span>
129
</Link>
130
</Button>
131
</div>
0 commit comments