diff --git a/tap_xero/__init__.py b/tap_xero/__init__.py index 529790a..34522c9 100644 --- a/tap_xero/__init__.py +++ b/tap_xero/__init__.py @@ -20,7 +20,7 @@ LOGGER = singer.get_logger() BAD_CREDS_MESSAGE = ( - "Failed to refresh OAuth token using the credentials from both the config and S3. " + "Failed to refresh OAuth token using the credentials. " "The token might need to be reauthorized from the integration's properties " "or there could be another authentication issue. Please attempt to reauthorize " "the integration."