visuddhinanda 3 years ago
parent
commit
0a4e9adf5d
1 changed files with 3 additions and 1 deletions
  1. 3 1
      dashboard/src/pages/studio/index.tsx

+ 3 - 1
dashboard/src/pages/studio/index.tsx

@@ -12,7 +12,9 @@ const Widget = () => {
 		<div>
 			<HeadBar />
 			<LeftSider />
-			<h2>studio/{studioname}/首页</h2>
+			<h2>
+				{intl.formatMessage({ id: "columns.studio.title" })}/{studioname}/首页
+			</h2>
 			<div>
 				<Space>
 					<Link to=""> </Link>