From 33513a77c0df24d832ab7ed5237d68e2b1bde887 Mon Sep 17 00:00:00 2001 From: Adam Cooke Date: Tue, 5 Mar 2024 22:57:39 +0000 Subject: [PATCH] fix(ui): fixes typo on queue page --- app/views/servers/queue.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/servers/queue.html.haml b/app/views/servers/queue.html.haml index 1d3d17b5..900c146a 100644 --- a/app/views/servers/queue.html.haml +++ b/app/views/servers/queue.html.haml @@ -8,7 +8,7 @@ - if @messages.empty? .pageContent--compact .noData.noData--clean - %h2.noData__title Your queue is current empty. + %h2.noData__title Your queue is currently empty. %p.noData__text Messages which haven't yet been delivered successfully will appear in your queue until we've delivered them or we've given up trying.