Use generic copy on messaging Integrations screens.
Deploy Ladill Care / deploy (push) Successful in 1m7s

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:04 +00:00
co-authored by Cursor
parent 30b96b3956
commit 8567209707
5 changed files with 22 additions and 21 deletions
@@ -61,8 +61,9 @@ class CareMessagingIntegrationsTest extends TestCase
$this->actingAs($this->user)
->get(route('care.integrations'))
->assertOk()
->assertSee('Ladill SMS')
->assertSee('Ladill Bird');
->assertSee('SMS')
->assertSee('Email')
->assertSee('credentials for outbound messaging');
}
public function test_saving_sms_credentials_encrypts_key(): void