Browse Source

fix: capitalize the beginning of a message

pull/142/head
Trent Larson 1 week ago
parent
commit
f35155acdb
  1. 2
      src/constants/notifications.ts

2
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

Loading…
Cancel
Save