Use generic copy on messaging Integrations screens.
Deploy Ladill Events / deploy (push) Successful in 44s

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 d14180b335
commit 407f1364fb
5 changed files with 26 additions and 25 deletions
@@ -37,8 +37,9 @@ class EventsMessagingIntegrationsTest extends TestCase
$this->actingAs($this->user)
->get(route('account.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