1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 00:22:50 -05:00

[Business Portal] BUG Fix localization (#1385)

This commit is contained in:
Vincent Salucci
2021-06-09 09:56:29 -05:00
committed by GitHub
parent e2ff13aa14
commit b06462e90a

View File

@ -2,3 +2,4 @@
using Microsoft.Extensions.Localization; using Microsoft.Extensions.Localization;
[assembly: ResourceLocation("Resources")] [assembly: ResourceLocation("Resources")]
[assembly: RootNamespace("Bit.Core")]