fix: capitalize the beginning of a message

This commit is contained in:
2025-07-17 19:41:53 -06:00
parent e787886f1b
commit e1252236c0

View File

@@ -861,7 +861,7 @@ export const NOTIFY_CONTACTS_SELECT_TO_COPY = {
// Used in: ContactsView.vue (copySelectedContacts method - contact link copied success) // Used in: ContactsView.vue (copySelectedContacts method - contact link copied success)
export const NOTIFY_CONTACT_LINK_COPIED = { export const NOTIFY_CONTACT_LINK_COPIED = {
title: "Copied", title: "Copied",
message: "contact link", message: "Contact link",
}; };
// Template for registration success message // Template for registration success message