From 739e506ad7cbbe7aa5ee36f3b4de5411b6f3fc29 Mon Sep 17 00:00:00 2001 From: Tine Date: Fri, 1 Mar 2024 11:07:42 +0100 Subject: [PATCH] fix: button text --- web/templates/pages/settings_incidents.tmpl | 2 +- web/templates/pages/settings_notifications.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/templates/pages/settings_incidents.tmpl b/web/templates/pages/settings_incidents.tmpl index b4a06d8..df62818 100644 --- a/web/templates/pages/settings_incidents.tmpl +++ b/web/templates/pages/settings_incidents.tmpl @@ -21,7 +21,7 @@ href="/settings/incidents/create" class="inline-flex justify-center items-center py-3 px-5 text-base font-medium text-center text-white rounded-lg bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:ring-blue-300" > - Create First Worker Group + Create First Incident diff --git a/web/templates/pages/settings_notifications.tmpl b/web/templates/pages/settings_notifications.tmpl index adc71ab..d6b2a3c 100644 --- a/web/templates/pages/settings_notifications.tmpl +++ b/web/templates/pages/settings_notifications.tmpl @@ -21,7 +21,7 @@ href="/settings/notifications/create" class="inline-flex justify-center items-center py-3 px-5 text-base font-medium text-center text-white rounded-lg bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:ring-blue-300" > - Create First Worker Group + Create First Notification