mirror of
https://github.com/fosrl/pangolin.git
synced 2026-08-04 03:31:00 +02:00
standardize client titles
This commit is contained in:
+1
-1
@@ -3542,7 +3542,7 @@
|
|||||||
"sshConnecting": "Connecting…",
|
"sshConnecting": "Connecting…",
|
||||||
"sshInitializing": "Initializing…",
|
"sshInitializing": "Initializing…",
|
||||||
"sshSignInTitle": "Sign in to SSH",
|
"sshSignInTitle": "Sign in to SSH",
|
||||||
"sshSignInDescription": "Enter your SSH credentials",
|
"sshSignInDescription": "Enter your SSH credentials to connect",
|
||||||
"sshPasswordTab": "Password",
|
"sshPasswordTab": "Password",
|
||||||
"sshPrivateKeyTab": "Private Key",
|
"sshPrivateKeyTab": "Private Key",
|
||||||
"sshPrivateKeyField": "Private Key",
|
"sshPrivateKeyField": "Private Key",
|
||||||
|
|||||||
@@ -373,11 +373,7 @@ export default function RdpClient({
|
|||||||
<PoweredByPangolin />
|
<PoweredByPangolin />
|
||||||
<Card className="w-full">
|
<Card className="w-full">
|
||||||
<CardHeader>
|
<CardHeader>
|
||||||
<CardTitle>
|
<CardTitle>{t("rdpSignInTitle")}</CardTitle>
|
||||||
{resourceName
|
|
||||||
? `${t("rdpSignInTitle")} - ${resourceName}`
|
|
||||||
: t("rdpSignInTitle")}
|
|
||||||
</CardTitle>
|
|
||||||
<CardDescription>
|
<CardDescription>
|
||||||
{resourceName
|
{resourceName
|
||||||
? `${t("rdpSignInDescription")} (${resourceName})`
|
? `${t("rdpSignInDescription")} (${resourceName})`
|
||||||
|
|||||||
@@ -510,11 +510,7 @@ export default function SshClient({
|
|||||||
<PoweredByPangolin />
|
<PoweredByPangolin />
|
||||||
<Card className="w-full">
|
<Card className="w-full">
|
||||||
<CardHeader>
|
<CardHeader>
|
||||||
<CardTitle>
|
<CardTitle>{t("sshSignInTitle")}</CardTitle>
|
||||||
{resourceName
|
|
||||||
? `${t("sshSignInTitle")} - ${resourceName}`
|
|
||||||
: t("sshSignInTitle")}
|
|
||||||
</CardTitle>
|
|
||||||
<CardDescription>
|
<CardDescription>
|
||||||
{resourceName
|
{resourceName
|
||||||
? `${t("sshSignInDescription")} (${resourceName})`
|
? `${t("sshSignInDescription")} (${resourceName})`
|
||||||
|
|||||||
@@ -252,11 +252,7 @@ export default function VncClient({
|
|||||||
<PoweredByPangolin />
|
<PoweredByPangolin />
|
||||||
<Card className="w-full">
|
<Card className="w-full">
|
||||||
<CardHeader>
|
<CardHeader>
|
||||||
<CardTitle>
|
<CardTitle>{t("vncTitle")}</CardTitle>
|
||||||
{resourceName
|
|
||||||
? `${t("vncTitle")} - ${resourceName}`
|
|
||||||
: t("vncTitle")}
|
|
||||||
</CardTitle>
|
|
||||||
<CardDescription>
|
<CardDescription>
|
||||||
{resourceName
|
{resourceName
|
||||||
? `${t("vncSignInDescription")} (${resourceName})`
|
? `${t("vncSignInDescription")} (${resourceName})`
|
||||||
|
|||||||
Reference in New Issue
Block a user