mirror of
https://github.com/dani-garcia/bw_web_builds.git
synced 2024-12-26 04:18:15 +03:00
Prepend web-vault text to version
Merge changes from #131 and #133. Co-authored-by: Stefan Melmuk <stefan.melmuk@gmail.com> Co-authored-by: GeekCornerGH <45696571+GeekCornerGH@users.noreply.github.com>
This commit is contained in:
parent
f9afd45bc2
commit
a9d33740a0
1 changed files with 8 additions and 4 deletions
|
@ -181,27 +181,31 @@ index ec829d71f..f3a362d0e 100644
|
|||
|
||||
copyToClipboard(text: string, options?: any): void | boolean {
|
||||
diff --git a/apps/web/src/app/layouts/footer.component.html b/apps/web/src/app/layouts/footer.component.html
|
||||
index 8cacb4ceb..37d7cfb03 100644
|
||||
index 8cacb4ceb..eee272822 100644
|
||||
--- a/apps/web/src/app/layouts/footer.component.html
|
||||
+++ b/apps/web/src/app/layouts/footer.component.html
|
||||
@@ -1,6 +1,6 @@
|
||||
@@ -1,8 +1,9 @@
|
||||
<div class="container footer text-muted">
|
||||
<div class="row">
|
||||
- <div class="col">© {{ year }} Bitwarden Inc.</div>
|
||||
+ <div class="col">Vaultwarden (unofficial Bitwarden® server)</div>
|
||||
<div class="col text-center"></div>
|
||||
<div class="col text-right">
|
||||
+ ({{ "webVault" | i18n }})
|
||||
{{ "versionNumber" | i18n : version }}
|
||||
</div>
|
||||
</div>
|
||||
diff --git a/apps/web/src/app/layouts/frontend-layout.component.html b/apps/web/src/app/layouts/frontend-layout.component.html
|
||||
index 531e49dad..7b787bb90 100644
|
||||
index 531e49dad..a4b679278 100644
|
||||
--- a/apps/web/src/app/layouts/frontend-layout.component.html
|
||||
+++ b/apps/web/src/app/layouts/frontend-layout.component.html
|
||||
@@ -1,6 +1,6 @@
|
||||
@@ -1,6 +1,7 @@
|
||||
<router-outlet></router-outlet>
|
||||
<div class="container my-5 text-muted text-center">
|
||||
<environment-selector [hasFlags]="false"></environment-selector>
|
||||
- © {{ year }} Bitwarden Inc. <br />
|
||||
+ Vaultwarden (unofficial Bitwarden® server)<br />
|
||||
+ ({{ "webVault" | i18n }})
|
||||
{{ "versionNumber" | i18n : version }}
|
||||
</div>
|
||||
diff --git a/apps/web/src/app/layouts/navbar.component.html b/apps/web/src/app/layouts/navbar.component.html
|
||||
|
|
Loading…
Reference in a new issue