Skip to content

Commit 525738d

Browse files
authored
fix: change button text to reflect reality
1 parent 9483d22 commit 525738d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TDViewer/TDViewer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export default function TDViewer() {
5858
return (
5959
<div className="flex h-full w-full bg-gray-500 justify-center align-center text-center ">
6060
<div className="text-4xl text-white place-self-center">
61-
Start writing a new TD by clicking "New TD"
61+
Start writing a new TD or TM by clicking "New"
6262
</div>
6363
</div>
6464
);

0 commit comments

Comments
 (0)