copy updates

This commit is contained in:
Kyle Spearrin 2017-08-16 15:18:30 -04:00
parent d7c1c6efa1
commit 8c7f1c4359
3 changed files with 8 additions and 3 deletions

View File

@ -17,7 +17,7 @@
<label for="file" class="sr-only">License</label>
<input type="file" id="file" name="file" accept=".json" />
<p class="help-block">
Your license file will be named something like <code>bitwarden_premium_license.json</code>
Select your <code>.json</code> license file.
</p>
</div>
</div>

View File

@ -19,7 +19,7 @@
<h3 class="box-title">License</h3>
</div>
<div class="box-body">
<p>Create an organization with your license file.</p>
<p>To create an on-premise hosted organization you need to upload a valid license file.</p>
<div class="form-group" show-error>
<label for="file" class="sr-only">License</label>
<input type="file" id="file" name="file" accept=".json" />

View File

@ -43,6 +43,11 @@
</div>
</div>
</div>
<div class="box-footer" ng-if="selfHosted">
<a href="https://vault.bitwarden.com/#/?premium=purchase" class="btn btn-primary btn-flat" target="_blank">
Purchase Premium
</a>
</div>
</div>
<div ng-if="selfHosted">
<div class="box box-default">
@ -50,7 +55,7 @@
<h3 class="box-title">License</h3>
</div>
<div class="box-body">
<p>Unlock premium with your license.</p>
<p>To upgrade your account to a premium membership you need to upload a valid license file.</p>
<div class="form-group" show-error>
<label for="file" class="sr-only">License</label>
<input type="file" id="file" name="file" accept=".json" />