Skip to content

Commit

Permalink
implement next label
Browse files Browse the repository at this point in the history
  • Loading branch information
corsacca committed Dec 16, 2024
1 parent dc22a31 commit 9e58ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dt-core/admin/components/setup-wizard-plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export class SetupWizardPlugins extends OpenLitElement {
</div>
<setup-wizard-controls
?hideBack=${this.firstStep}
.translations=${{ next: 'install and activate selected plugins' }}
nextLabel="install and activate selected plugins"
@next=${this.next}
@back=${this.back}
></setup-wizard-controls>
Expand Down

0 comments on commit 9e58ec3

Please sign in to comment.