From 3023c454b857c9f59ba513ee7fa5a1b8ea55c9af Mon Sep 17 00:00:00 2001
From: Brandon Clayton <bclayton@usgs.gov>
Date: Thu, 17 Oct 2024 10:54:17 -0600
Subject: [PATCH] add title

---
 .../app/designmaps/rtgm/components/plots/plots.component.html   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/projects/nshmp-apps/src/app/designmaps/rtgm/components/plots/plots.component.html b/projects/nshmp-apps/src/app/designmaps/rtgm/components/plots/plots.component.html
index db8d990d0..9c032290c 100644
--- a/projects/nshmp-apps/src/app/designmaps/rtgm/components/plots/plots.component.html
+++ b/projects/nshmp-apps/src/app/designmaps/rtgm/components/plots/plots.component.html
@@ -1,5 +1,5 @@
 <nshmp-lib-ng-plots-container>
-  <nshmp-lib-ng-alert>
+  <nshmp-lib-ng-alert title="Calculations">
     This application currently performs the RTGM calculation for a single
     intensity measure (IM) hazard curve at a time. For bulk calculation of RTGMs
     for a larger number of IM hazard curves, please refer to
-- 
GitLab