feat: Fix some labels

Signed-off-by: Marcelo Fukumoto <marcelo.fukumoto@suse.com>
This commit is contained in:
Marcelo Fukumoto 2026-07-07 12:40:01 +02:00
parent 0d9b976dd2
commit f270a7b1f8
No known key found for this signature in database
GPG Key ID: 1CA12189625C2543
2 changed files with 4 additions and 1 deletions

View File

@ -41,6 +41,8 @@ members:
projectMembership: Project Membership projectMembership: Project Membership
asyncButton: asyncButton:
createAndStart:
action: Create and Start
restart: restart:
action: Save and Restart action: Save and Restart
success: Restarted success: Restarted
@ -1977,7 +1979,7 @@ harvester:
error: Error error: Error
canceled: Canceled canceled: Canceled
inProgress: In Progress inProgress: In Progress
active: Active active: Succeeded
actions: actions:
start: Start start: Start
restart: Restart restart: Restart

View File

@ -231,6 +231,7 @@ const onCancel = () => {
:can-yaml="false" :can-yaml="false"
:cancel-event="true" :cancel-event="true"
finish-mode="finish" finish-mode="finish"
finish-button-mode="createAndStart"
class="wizard" class="wizard"
@cancel="onCancel" @cancel="onCancel"
@finish="onFinish" @finish="onFinish"