Skip to content

Commit

Permalink
Merge pull request #7355 from abpframework/maliming-patch-1
Browse files Browse the repository at this point in the history
Use the correct localize key on the login page.
  • Loading branch information
hikalkan committed Jan 20, 2021
2 parents 9425585 + a0ce2cc commit dc23121
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<input asp-for="ReturnUrlHash"/>
@foreach (var provider in Model.VisibleExternalProviders)
{
<button type="submit" class="btn btn-primary m-1" name="provider" value="@provider.AuthenticationScheme" title="@L["GivenTenantIsNotAvailable", provider.DisplayName]">@provider.DisplayName</button>
<button type="submit" class="btn btn-primary m-1" name="provider" value="@provider.AuthenticationScheme" title="@L["LogInUsingYourProviderAccount", provider.DisplayName]">@provider.DisplayName</button>
}
</form>
</div>
Expand Down

0 comments on commit dc23121

Please sign in to comment.