mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-14 18:35:24 +02:00
fix: get rid of typos and fix grammar
This commit is contained in:
@@ -27,7 +27,7 @@ export const ShowCertificates = () => {
|
||||
<div className="flex flex-col items-center gap-3">
|
||||
<ShieldCheck className="size-8 self-center text-muted-foreground" />
|
||||
<span className="text-base text-muted-foreground">
|
||||
To create a certificate is required to upload your certificate
|
||||
To create a certificate it is required to upload an existing certificate
|
||||
</span>
|
||||
<AddCertificate />
|
||||
</div>
|
||||
|
||||
@@ -43,7 +43,7 @@ export const ShowRegistry = () => {
|
||||
<div className="flex flex-col items-center gap-3">
|
||||
<Server className="size-8 self-center text-muted-foreground" />
|
||||
<span className="text-base text-muted-foreground text-center">
|
||||
To create a cluster is required to set a registry.
|
||||
To create a cluster it is required to set a registry.
|
||||
</span>
|
||||
|
||||
<div className="flex flex-row md:flex-row gap-2 flex-wrap w-full justify-center">
|
||||
|
||||
@@ -29,7 +29,7 @@ export const ShowDestinations = () => {
|
||||
<div className="flex flex-col items-center gap-3">
|
||||
<FolderUp className="size-8 self-center text-muted-foreground" />
|
||||
<span className="text-base text-muted-foreground">
|
||||
To create a backup is required to set at least 1 provider.
|
||||
To create a backup it is required to set at least 1 provider.
|
||||
</span>
|
||||
<AddDestination />
|
||||
</div>
|
||||
|
||||
@@ -34,7 +34,7 @@ export const ShowNotifications = () => {
|
||||
<div className="flex flex-col items-center gap-3">
|
||||
<BellRing className="size-8 self-center text-muted-foreground" />
|
||||
<span className="text-base text-muted-foreground">
|
||||
To send notifications is required to set at least 1 provider.
|
||||
To send notifications it is required to set at least 1 provider.
|
||||
</span>
|
||||
<AddNotification />
|
||||
</div>
|
||||
|
||||
@@ -95,7 +95,7 @@ export const ProfileForm = () => {
|
||||
<div>
|
||||
<CardTitle className="text-xl">Account</CardTitle>
|
||||
<CardDescription>
|
||||
Change your details of your profile here.
|
||||
Change the details of your profile here.
|
||||
</CardDescription>
|
||||
</div>
|
||||
{!data?.is2FAEnabled ? <Enable2FA /> : <Disable2FA />}
|
||||
|
||||
@@ -80,7 +80,7 @@ export const WebDomain = () => {
|
||||
<CardHeader>
|
||||
<CardTitle className="text-xl">Server Domain</CardTitle>
|
||||
<CardDescription>
|
||||
Add your server domain to your application
|
||||
Add a domain to your server application.
|
||||
</CardDescription>
|
||||
</CardHeader>
|
||||
<CardContent className="flex w-full flex-col gap-4">
|
||||
|
||||
Reference in New Issue
Block a user