diff --git a/Controllers/AuthController.cs b/Controllers/AuthController.cs index 4815a07..79f74ef 100644 --- a/Controllers/AuthController.cs +++ b/Controllers/AuthController.cs @@ -229,7 +229,7 @@ namespace qbridge.Controllers [HttpGet("success")] public IActionResult SuccessPage() { - return ContentPage("

Success!

Token received from QuickBooks online and available for QBOI to automatically retrieve. You can close this browser window now."); + return ContentPage("

Success!

You have authorized the application to connect to your QuickBooks online.

You can close this browser page now."); }