Просмотр исходного кода

Modified the text for the RDS connection modal to state that the user is selecting an env group with RDS connection creds, not a database.

Rudi MK 4 лет назад
Родитель
Сommit
3141f9b57c

+ 1 - 1
dashboard/src/main/home/modals/ConnectToDatabaseInstructionsModal.tsx

@@ -11,7 +11,7 @@ const ConnectToDatabaseInstructionsModal = () => {
       In order to get connection credentials for your RDS Postgres database,
       select <b>Load from Env Group</b> when launching or updating your
       application. Then, select the rds-credentials-{currentModalData?.name}{" "}
-      database.
+      env group.
       <p>
         This will set the following environment variables in your application:
       </p>