Skip to content

Commit 7b5d4d2

Browse files
change alert text
1 parent ee54aa5 commit 7b5d4d2

File tree

1 file changed

+3
-3
lines changed
  • src/app/[orgId]/settings/sites/[niceId]/credentials

1 file changed

+3
-3
lines changed

src/app/[orgId]/settings/sites/[niceId]/credentials/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,14 +228,14 @@ PersistentKeepalive = 5`;
228228
</div>
229229
</div>
230230
</div>
231-
<Alert variant="neutral">
231+
<Alert variant="neutral" className="mt-4">
232232
<InfoIcon className="h-4 w-4" />
233233
<AlertTitle className="font-semibold">
234-
{t("siteCredentialsSave")}
234+
{t("copyandsavethesecredentials")}
235235
</AlertTitle>
236236
<AlertDescription>
237237
{t(
238-
"siteCredentialsSaveDescription"
238+
"copyandsavethesecredentialsdescription"
239239
)}
240240
</AlertDescription>
241241
</Alert>

0 commit comments

Comments
 (0)