fix(ui): rename GitLab setup submit button to Save

This commit is contained in:
Andras Bacsai
2026-07-21 21:02:41 +02:00
parent ef4a18833e
commit 2450a32d6c
2 changed files with 2 additions and 2 deletions
@@ -166,7 +166,7 @@
<form wire:submit='submit' class="flex flex-col gap-2">
<div class="flex flex-col sm:flex-row sm:items-center gap-2 pt-2">
<h3>Step 2: Enter the credentials</h3>
<x-forms.button type="submit">Save Credentials</x-forms.button>
<x-forms.button type="submit">Save</x-forms.button>
</div>
<x-forms.input id="name" label="Name" />
<x-forms.input id="clientId" label="Application ID" required
+1 -1
View File
@@ -46,7 +46,7 @@ describe('GitLab source setup view', function () {
->assertSee('Advanced / Self-hosted')
->assertSee('Application ID')
->assertSee('Application Secret')
->assertSee('Save Credentials')
->assertSee('Save')
->assertDontSee('alert-warning');
});