Skip to content

Commit

Permalink
chore(site-database-user): descriptive label for ssl fullchain downlo…
Browse files Browse the repository at this point in the history
…ad button
  • Loading branch information
tanmoysrt authored Dec 23, 2024
1 parent 5f16a74 commit e03442c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
<Button
class="mt-3"
:loading="this.$resources.downloadSSLCert.loading"
loading-text="Downloading SSL Certificate (.pem)"
loading-text="Downloading Full Chain SSL Certificate (.pem)"
@click="this.$resources.downloadSSLCert.submit()"
>Download SSL Certificate (.pem)</Button
>Download Full Chain SSL Certificate (.pem)</Button
>
<ErrorMessage
class="mt-2"
Expand Down

0 comments on commit e03442c

Please sign in to comment.