Skip to content

Commit

Permalink
chore: update content
Browse files Browse the repository at this point in the history
  • Loading branch information
duchunter committed Nov 2, 2023
1 parent 10e3b47 commit 1114b07
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 22 deletions.
22 changes: 11 additions & 11 deletions src/renderer/locales/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -5761,28 +5761,28 @@ module.exports = {
link: 'Discover all the features of Locker',
items: [
{
title: 'Unlimited data storage',
desc: 'Store passwords, passkeys and personal data in one encrypted vault. Manage effectively with categories and folders.'
title: 'Endless Passwords & Secrets',
desc: 'With Locker, you have unlimited storage for your passwords, passkeys and other secrets.'
},
{
title: 'Autofill on the go',
desc: 'Save passwords with a click and effortlessly log in with auto-fill, from forms to two-factor codes.'
title: 'Instant Autofill',
desc: 'Save passwords with a click and effortlessly log in, from forms to extra authentication.'
},
{
title: 'Cross-platform availability',
desc: 'Locker is available anytime on any platform and device, whether it is web browser, extensions, mobile apps or desktop apps.'
title: 'Cross-Platform Access',
desc: 'Locker is accessible on the most widely used platforms and devices.'
},
{
title: 'Easy and safe sharing',
title: 'Easy, Secure Sharing',
desc: 'Share passwords and data securely with anyone, regardless of their use of Locker.'
},
{
title: 'Advanced security features',
desc: 'Monitor and address data cyber risk, recognize potential breaches and get advanced protection.'
title: 'Advanced Security',
desc: 'Locker protects your account through MFA, password generation, emergency access...'
},
{
title: 'The Locker Password Manager\'s differences',
desc: 'Experience enhanced online features: Custom crypto storage, private email, and passwordless login.'
title: 'Unique Features',
desc: 'Crypto wallet storage, email alias, OTP authenticator and Passwordless authentication.'
}
],
btn: 'Get Promotion Now'
Expand Down
22 changes: 11 additions & 11 deletions src/renderer/locales/vi.js
Original file line number Diff line number Diff line change
Expand Up @@ -5605,28 +5605,28 @@ module.exports = {
link: 'Discover all the features of Locker',
items: [
{
title: 'Unlimited data storage',
desc: 'Store passwords, passkeys and personal data in one encrypted vault. Manage effectively with categories and folders.'
title: 'Endless Passwords & Secrets',
desc: 'With Locker, you have unlimited storage for your passwords, passkeys and other secrets.'
},
{
title: 'Autofill on the go',
desc: 'Save passwords with a click and effortlessly log in with auto-fill, from forms to two-factor codes.'
title: 'Instant Autofill',
desc: 'Save passwords with a click and effortlessly log in, from forms to extra authentication.'
},
{
title: 'Cross-platform availability',
desc: 'Locker is available anytime on any platform and device, whether it is web browser, extensions, mobile apps or desktop apps.'
title: 'Cross-Platform Access',
desc: 'Locker is accessible on the most widely used platforms and devices.'
},
{
title: 'Easy and safe sharing',
title: 'Easy, Secure Sharing',
desc: 'Share passwords and data securely with anyone, regardless of their use of Locker.'
},
{
title: 'Advanced security features',
desc: 'Monitor and address data cyber risk, recognize potential breaches and get advanced protection.'
title: 'Advanced Security',
desc: 'Locker protects your account through MFA, password generation, emergency access...'
},
{
title: 'The Locker Password Manager\'s differences',
desc: 'Experience enhanced online features: Custom crypto storage, private email, and passwordless login.'
title: 'Unique Features',
desc: 'Crypto wallet storage, email alias, OTP authenticator and Passwordless authentication.'
}
],
btn: 'Get Promotion Now'
Expand Down
4 changes: 4 additions & 0 deletions src/renderer/pages/promo/cyber-month.vue
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,10 @@ export default {
font-size: 18px;
color: white;
line-height: 26px;
transition: opacity ease 0.2s;
}
.nav-btn:hover {
opacity: 0.8;
}
.nav-btn i {
font-weight: bold;
Expand Down

0 comments on commit 1114b07

Please sign in to comment.