Skip to content

Commit 6a2a145

Browse files
authored
fix: simplify terminal link (coder#2597)
1 parent 97d1d2f commit 6a2a145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/TerminalLink/TerminalLink.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { combineClasses } from "../../util/combineClasses"
77
import { generateRandomString } from "../../util/random"
88

99
export const Language = {
10-
linkText: "Open terminal",
10+
linkText: "Terminal",
1111
terminalTitle: (identifier: string): string => `Terminal - ${identifier}`,
1212
}
1313

0 commit comments

Comments
 (0)