1
0
mirror of https://github.com/bitwarden/server.git synced 2025-01-14 20:31:23 +01: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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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)