Skip to content

Commit

Permalink
ISSD-3940 SF
Browse files Browse the repository at this point in the history
  • Loading branch information
amosfong authored and brianchandotcom committed Apr 2, 2024
1 parent fbaf568 commit f640447
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public void listener(
StringBundler.concat(
"Account with name ",
koroneikiAccountJSONObject.getString("name"),
" is not a Partner Account"));
" is not a partner account"));
}

return;
Expand All @@ -108,7 +108,7 @@ public void listener(
StringBundler.concat(
"Account with name ",
koroneikiAccountJSONObject.getString("name"),
" does not have Salesforce Account Key"));
" does not have a Salesforce account key"));
}

return;
Expand Down

0 comments on commit f640447

Please sign in to comment.