add some clarity to the database fields help text
This commit is contained in:
		@ -109,7 +109,7 @@ else
 | 
			
		||||
                    <hr class="app-rule" />
 | 
			
		||||
                </div>
 | 
			
		||||
                <div class="row mb-1 align-items-center">
 | 
			
		||||
                    <Label Class="col-sm-3" For="name" HelpText="Enter the name for the database" ResourceKey="TenantName">Name: </Label>
 | 
			
		||||
                    <Label Class="col-sm-3" For="name" HelpText="Enter the name for the database. Note that this will be the tenant name which is used within the framework to identify the database." ResourceKey="TenantName">Name: </Label>
 | 
			
		||||
                    <div class="col-sm-9">
 | 
			
		||||
                        <input id="name" class="form-control" @bind="@_tenantName" maxlength="100" required />
 | 
			
		||||
                    </div>
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user