File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -828,7 +828,7 @@ var response = client.getMessagesClient().sendMessage(
828828);
829829System . out. println(" Message sent successfully. ID: " + response. getMessageUuid());
830830```
831- #### Send MMS Vcard
831+ #### Send MMS vCard
832832
833833``` java
834834var response = client. getMessagesClient(). sendMessage(
Original file line number Diff line number Diff line change @@ -147,6 +147,7 @@ private static String toHeadingTitle(String title) {
147147 var result = (title .substring (0 , 1 ).toUpperCase () + title .substring (1 ))
148148 .replace ("NCCO" , "ncco" ) // To avoid adding spaces in the next regex
149149 .replaceAll ("(?<!^)([A-Z])(?![A-Z])" , " $1" )
150+ .replace ("Vcard" , "vCard" )
150151 .replace ("Numberinsight2" , "Fraud Detection" )
151152 .replace ("Numberinsight" , "Number Insight" )
152153 .replace ("Verify\n " , "Verify (Legacy)\n " )
You can’t perform that action at this time.
0 commit comments