From 468a3042616e632802f7ed546748f5b1c917b71e Mon Sep 17 00:00:00 2001 From: Brandon McAnsh Date: Thu, 3 Sep 2026 14:15:29 -0400 Subject: [PATCH] fix(chat): capitalize Message in the delete confirmation title The modal title read "Delete message?" while the surrounding chat titles use title case. --- apps/flipcash/core/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/flipcash/core/src/main/res/values/strings.xml b/apps/flipcash/core/src/main/res/values/strings.xml index 92f37fa94..3658d7345 100644 --- a/apps/flipcash/core/src/main/res/values/strings.xml +++ b/apps/flipcash/core/src/main/res/values/strings.xml @@ -909,7 +909,7 @@ Delete For Everyone Cancel edit Confirm edit - Delete message? + Delete Message? This can\'t be undone Message Not Edited Your change couldn\'t be saved, so the message is unchanged.