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(
828
828
);
829
829
System . out. println(" Message sent successfully. ID: " + response. getMessageUuid());
830
830
```
831
- #### Send MMS Vcard
831
+ #### Send MMS vCard
832
832
833
833
``` java
834
834
var response = client. getMessagesClient(). sendMessage(
Original file line number Diff line number Diff line change @@ -147,6 +147,7 @@ private static String toHeadingTitle(String title) {
147
147
var result = (title .substring (0 , 1 ).toUpperCase () + title .substring (1 ))
148
148
.replace ("NCCO" , "ncco" ) // To avoid adding spaces in the next regex
149
149
.replaceAll ("(?<!^)([A-Z])(?![A-Z])" , " $1" )
150
+ .replace ("Vcard" , "vCard" )
150
151
.replace ("Numberinsight2" , "Fraud Detection" )
151
152
.replace ("Numberinsight" , "Number Insight" )
152
153
.replace ("Verify\n " , "Verify (Legacy)\n " )
You can’t perform that action at this time.
0 commit comments