Skip to content

Commit

Permalink
fig bug string
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktMeierUIT committed Nov 7, 2024
1 parent f019ccf commit 468d8e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ public void setContactDelegation(String reply, InternetAddress fromAddress)
fromAddress.setPersonal(
BundleUtil.getStringFromBundle(
"contact.delegation",
Arrays.asList(personal, reply.replace('@', '[a]'))),
Arrays.asList(personal, reply.replace("@", "[a]"))),
charset
);
}
Expand Down

0 comments on commit 468d8e6

Please sign in to comment.