Browse Source

Merge 8c9706fcd3 into 9f302b59eb

pull/783/merge
Peter Dave Hello 2 months ago
committed by GitHub
parent
commit
001352ce42
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions
  1. +1
    -1
      README.md
  2. +1
    -1
      packages/lesspass-pure/src/views/Login.vue
  3. +1
    -1
      packages/lesspass-pure/src/views/WhatsNew.vue
  4. +1
    -1
      packages/lesspass-website/src/pages/index.tsx

+ 1
- 1
README.md View File

@@ -6,7 +6,7 @@ Stop wasting your time synchronizing your encrypted vault. Remember one master p

## :rotating_light: information

LessPass Database server will be turned off on March 1th, 2023. [Read here why](https://blog.lesspass.com/2022-12-29/decommissioning-lesspass-database)
LessPass Database server was turned off on March 1th, 2023. [Read here why](https://blog.lesspass.com/2022-12-29/decommissioning-lesspass-database)

## How does it work?



+ 1
- 1
packages/lesspass-pure/src/views/Login.vue View File

@@ -40,7 +40,7 @@
</button>
</div>
<div class="form-group text-danger">
LessPass Database server will be turned off on March 1th, 2023.
LessPass Database server was turned off on March 1th, 2023.
<a
href="https://blog.lesspass.com/2022-12-29/decommissioning-lesspass-database"
target="_blank"


+ 1
- 1
packages/lesspass-pure/src/views/WhatsNew.vue View File

@@ -8,7 +8,7 @@
{{
$t(
"New20221231",
"LessPass Database server will be turned off on March 1th, 2023. The static version of LessPass, the web extension and the mobile versions remain in place."
"LessPass Database server was turned off on March 1th, 2023. The static version of LessPass, the web extension and the mobile versions remain in place."
)
}}
<router-link class="" :to="{ name: 'export' }" v-if="isAuthenticated">


+ 1
- 1
packages/lesspass-website/src/pages/index.tsx View File

@@ -247,7 +247,7 @@ export default function IndexPage() {
Decommissioning LessPass Database
</p>
<p className="mt-3 text-base text-gray-500">
LessPass Database server will be turned off on March 1th,
LessPass Database server was turned off on March 1th,
2023. The static version of LessPass, the web extension and
the mobile versions remain in place.
</p>


Loading…
Cancel
Save