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 ee54aa5 commit 7b5d4d2Copy full SHA for 7b5d4d2
src/app/[orgId]/settings/sites/[niceId]/credentials/page.tsx
@@ -228,14 +228,14 @@ PersistentKeepalive = 5`;
228
</div>
229
230
231
- <Alert variant="neutral">
+ <Alert variant="neutral" className="mt-4">
232
<InfoIcon className="h-4 w-4" />
233
<AlertTitle className="font-semibold">
234
- {t("siteCredentialsSave")}
+ {t("copyandsavethesecredentials")}
235
</AlertTitle>
236
<AlertDescription>
237
{t(
238
- "siteCredentialsSaveDescription"
+ "copyandsavethesecredentialsdescription"
239
)}
240
</AlertDescription>
241
</Alert>
0 commit comments