Update application name to DynamoDNS

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9111ef36-26c8-4085-84ca-a35dc1fec1b5
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7083d608-d6d3-4a6a-9a27-6286c5109627/7a5b96f8-9042-44cf-bea7-814540e9a60d.jpg
This commit is contained in:
alphaeusmote
2025-04-10 02:09:58 +00:00
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -183,13 +183,13 @@ export default function ApiTokensPage() {
return ( return (
<MainLayout <MainLayout
title="API Tokens" title="API Tokens"
description="Manage API tokens for programmatic access to DynamiDNS." description="Manage API tokens for programmatic access to DynamoDNS."
> >
<div className="mb-6 flex justify-between items-center"> <div className="mb-6 flex justify-between items-center">
<div className="space-y-1"> <div className="space-y-1">
<h2 className="text-xl font-semibold">Your API Tokens</h2> <h2 className="text-xl font-semibold">Your API Tokens</h2>
<p className="text-sm text-muted-foreground"> <p className="text-sm text-muted-foreground">
Create and manage API tokens for secure access to the DynamiDNS API. Create and manage API tokens for secure access to the DynamoDNS API.
</p> </p>
</div> </div>
<Button onClick={() => setIsAddTokenDialogOpen(true)}> <Button onClick={() => setIsAddTokenDialogOpen(true)}>
@@ -303,7 +303,7 @@ export default function ApiTokensPage() {
<DialogHeader> <DialogHeader>
<DialogTitle>Create API Token</DialogTitle> <DialogTitle>Create API Token</DialogTitle>
<DialogDescription> <DialogDescription>
Generate a new API token for programmatic access to the DynamiDNS API. Generate a new API token for programmatic access to the DynamoDNS API.
</DialogDescription> </DialogDescription>
</DialogHeader> </DialogHeader>
+1 -1
View File
@@ -87,7 +87,7 @@ export default function AuthPage() {
> >
<path d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"></path> <path d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"></path>
</svg> </svg>
<span className="font-semibold text-xl">DynamiDNS</span> <span className="font-semibold text-xl">DynamoDNS</span>
</div> </div>
<CardTitle className="text-2xl">Welcome</CardTitle> <CardTitle className="text-2xl">Welcome</CardTitle>
<CardDescription> <CardDescription>