Skip to content

Commit

Permalink
Update RadzenDatePicker.razor (#1814)
Browse files Browse the repository at this point in the history
fix: button text
  • Loading branch information
s7788 authored Nov 28, 2024
1 parent 0b3628e commit 62ac151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Radzen.Blazor/RadzenDatePicker.razor
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
@if (ShowTimeOkButton)
{
<button aria-label="@OkAriaLabel" type="button" class="rz-button rz-button-md rz-secondary" tabindex="0" @onclick="@(args => OkClick())">
<span class="rz-button-text">Ok</span>
<span class="rz-button-text">@OkAriaLabel</span>
</button>
}
</div>
Expand Down

0 comments on commit 62ac151

Please sign in to comment.