8000
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 97d1d2f commit 6a2a145Copy full SHA for 6a2a145
site/src/components/TerminalLink/TerminalLink.tsx
@@ -7,7 +7,7 @@ import { combineClasses } from "../../util/combineClasses"
7
import { generateRandomString } from "../../util/random"
8
9
export const Language = {
10
- linkText: "Open terminal",
+ linkText: "Terminal",
11
terminalTitle: (identifier: string): string => `Terminal - ${identifier}`,
12
}
13
0 commit comments