Skip to content

Commit

Permalink
Fix submit button string.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed Apr 24, 2024
1 parent cad461d commit e5408f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export class OutlineSupportForm extends LitElement {
<mwc-button .label=${this.localize('cancel')} .disabled=${this.disabled} @click=${this.cancel}></mwc-button>
<mwc-button
type="submit"
.label=${this.localize('submit')}
.label=${this.localize('feedback-submit')}
.disabled=${!this.valid || this.disabled}
@click=${this.submit}
></mwc-button>
Expand Down

0 comments on commit e5408f7

Please sign in to comment.