Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update OFFICIAL_MESSAGE on src/main/java/com/infobip/ApiException.java to use "please" and "submit" #42

Open
plinkr opened this issue Jul 26, 2024 · 0 comments

Comments

@plinkr
Copy link

plinkr commented Jul 26, 2024

Updates the error message to use "please" and "submit" instead of "contact" and "open an issue". This makes the message more polite and consistent with the rest of the library's tone.
Changes on src/main/java/com/infobip/ApiException.java:

    private static final String OFFICIAL_MESSAGE =
            "If you are having trouble interpreting the error, please contact " + SUPPORT_EMAIL
                    + " or submit an issue on our GitHub repo. " + "Include all details you find relevant. "
                    + "Thank you for using our library!";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant