From a5d830c07128d492b4fc21544a7a56c12f6cdc3d Mon Sep 17 00:00:00 2001 From: Kimo Knowles Date: Wed, 24 Jul 2024 16:43:41 +0200 Subject: [PATCH] [error-modal] Update titles --- src/re_com/error_modal.cljs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/re_com/error_modal.cljs b/src/re_com/error_modal.cljs index ca302aa7..ffac118b 100644 --- a/src/re_com/error_modal.cljs +++ b/src/re_com/error_modal.cljs @@ -35,9 +35,9 @@ theme header footer heading] :or {title "Sorry, you've hit a bug" - what-happened-title "What Happened?" + what-happened-title "What Just Happened?" implications-title "Implications" - what-to-do-title "What Should I Do?" + what-to-do-title "What Should You Do Now?" details-title "Low-level Details (for developers):" severity :error closeable? true}