1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05:00

Changing the name of the menu item. (#5216)

This commit is contained in:
Jared McCannon
2025-01-06 08:06:09 -06:00
committed by GitHub
parent ff846280e5
commit 03feb038b7

View File

@ -92,7 +92,7 @@
@if (canPromoteAdmin)
{
<a class="dropdown-item" asp-controller="Tools" asp-action="PromoteAdmin">
Promote Admin
Promote Organization Admin
</a>
}
@if (canPromoteProviderServiceUser)