billing: Update name field label in login confirmation form.

This commit updates the label for name field in login confirmation
form for billing to "Name".

Fixes part of #29226.
This commit is contained in:
Sahil Batra 2024-03-08 21:32:52 +05:30 committed by Tim Abbott
parent 74ab3d2cbe
commit e5128af34c
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ Organization administrators can always change any user's name.
1. Find the user you would like to manage. Click the **pencil**
(<i class="fa fa-pencil"></i>) to the right of their name.
1. Under **Full name**, enter a new name.
1. Under **Name**, enter a new name.
{!save-changes.md!}

View File

@ -25,7 +25,7 @@
<form id="remote-billing-confirm-login-form" method="post" action="{{ action_url }}">
{{ csrf_input }}
<div class="input-box remote-billing-confirm-login-form-field">
<label for="full_name" class="inline-block label-title">Full name</label>
<label for="full_name" class="inline-block label-title">Name</label>
{% if not user_full_name %}
<input id="full_name" name="full_name" class="required" type="text" />
<div id="remote-billing-confirm-login-form-full_name-error" class="alert alert-danger remote-billing-confirm-login-form-field-error full_name-error"></div>