From f35155acdb2f4f383f2d97700d973b903421dbd3 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Thu, 17 Jul 2025 19:41:53 -0600 Subject: [PATCH] fix: capitalize the beginning of a message --- src/constants/notifications.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/notifications.ts b/src/constants/notifications.ts index b7dd0a9d..9ffeb31f 100644 --- a/src/constants/notifications.ts +++ b/src/constants/notifications.ts @@ -861,7 +861,7 @@ export const NOTIFY_CONTACTS_SELECT_TO_COPY = { // Used in: ContactsView.vue (copySelectedContacts method - contact link copied success) export const NOTIFY_CONTACT_LINK_COPIED = { title: "Copied", - message: "contact link", + message: "Contact link", }; // Template for registration success message