Skip to content

Commit 17f3371

Browse files
committed
Update button text for clarity in Home.razor
The text on the `RadzenButton` was updated from "Create Response" to "Create a RFP Response" to provide a clearer and more specific description of the button's functionality.
1 parent 1f7d9dc commit 17f3371

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • RFPResponsePOC/RFPResponsePOC.Client/Pages

RFPResponsePOC/RFPResponsePOC.Client/Pages/Home.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ else
9898
}
9999
else
100100
{
101-
<RadzenButton class="step-button" Text="Create Response" Click="@ResponseClicked" Style="background-color: green;" ButtonStyle="ButtonStyle.Primary" />
101+
<RadzenButton class="step-button" Text="Create a RFP Response" Click="@ResponseClicked" Style="background-color: green;" ButtonStyle="ButtonStyle.Primary" />
102102
}
103103
</div>
104104
</div>

0 commit comments

Comments
 (0)