Skip to content

Commit 1f4e15a

Browse files
committed
fix: update button text for article publishing in ArticleList component
1 parent 483d5ae commit 1f4e15a

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
@@ -254,7 +254,7 @@ const ArticleList = () => {
254254
<span>
255255
{article.is_published
256256
? _t("Make Draft")
257-
: _t("Publish article")}
257+
: _t("Publish")}
258258
</span>
259259
</button>
260260
</DropdownMenuItem>

0 commit comments

Comments
 (0)