diff --git a/cmd/server/template/messages.html b/cmd/server/template/messages.html
index 69e8ac2..53d80a3 100644
--- a/cmd/server/template/messages.html
+++ b/cmd/server/template/messages.html
@@ -1,6 +1,6 @@
{{define "content" -}}
-
Recent messages |from cache| ({{.Data.Count}}/{{.Data.Total}})
+
Recent messages ({{.Data.Count}}/{{.Data.Total}})
diff --git a/deployments/alb.yml b/deployments/alb.yml
index fb15b82..76156e6 100644
--- a/deployments/alb.yml
+++ b/deployments/alb.yml
@@ -4,7 +4,7 @@ Parameters:
EnvironmentName:
Type: String
Default: production
- Description: The name of the environment to add this load balancer to sadf
+ Description: The name of the environment to add this load balancer to
Resources:
EcsSecurityGroupIngressFromPublicALB:
Type: AWS::EC2::SecurityGroupIngress