Use generic copy on messaging Integrations screens.
Deploy Ladill Frontdesk / deploy (push) Has been cancelled

Drop wallet/brand marketing language so credential setup reads as neutral configuration.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-12 18:40:05 +00:00
co-authored by Cursor
parent 8f555bf2bf
commit 53d0e6c2a9
3 changed files with 22 additions and 21 deletions
@@ -65,8 +65,9 @@ class FrontdeskMessagingIntegrationsTest extends TestCase
$this->actingAs($this->user)
->get(route('frontdesk.integrations.edit'))
->assertOk()
->assertSee('Ladill SMS')
->assertSee('Ladill Bird')
->assertSee('SMS')
->assertSee('Email')
->assertDontSee('bill your');
->assertSee('Outbound webhooks');
}