1
0
mirror of https://github.com/bitwarden/web synced 2025-12-30 23:23:34 +00:00

[bug:euvr] Create Organization Updates (#1664)

This commit is contained in:
Vincent Salucci
2022-05-11 15:39:39 -04:00
committed by GitHub
parent 1dc9502676
commit f5245a280e
7 changed files with 22 additions and 16 deletions

View File

@@ -1,5 +1,11 @@
<div class="page-header">
<h1>{{ "newOrganization" | i18n }}</h1>
<div class="container page-content">
<div class="row">
<div class="col-12">
<div class="page-header">
<h1>{{ "newOrganization" | i18n }}</h1>
</div>
<p>{{ "newOrganizationDesc" | i18n }}</p>
<app-organization-plans></app-organization-plans>
</div>
</div>
</div>
<p>{{ "newOrganizationDesc" | i18n }}</p>
<app-organization-plans></app-organization-plans>