Skip to content

Commit

Permalink
change: [OCA-1411] - Use Passbolt CE full name (linode#10778)
Browse files Browse the repository at this point in the history
## Description πŸ“
Updates Passbolt Community Edition Marketplace App naming to better comply with brand/trademark guidelines.

## Changes  πŸ”„
List any change relevant to the reviewer.
- Adds full text 'Passbolt Community Edition'

## Target release date πŸ—“οΈ
8/19/24

---------

Co-authored-by: Mariah Jacobs <114685994+mjac0bs@users.noreply.github.com>
  • Loading branch information
tbaka-akamai and mjac0bs authored Aug 14, 2024
1 parent 543ad59 commit 5a40625
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
5 changes: 5 additions & 0 deletions packages/manager/.changeset/pr-10778-changed-1723563275697.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@linode/manager": Changed
---

Update Passbolt CE naming in Marketplace ([#10778](https://github.com/linode/manager/pull/10778))
13 changes: 7 additions & 6 deletions packages/manager/src/features/OneClickApps/oneClickAppsv2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2370,22 +2370,23 @@ export const oneClickApps: Record<number, OCA> = {
summary: 'Cloud native application messaging service.',
website: 'https://nats.io',
},
1329430: {
alt_description: 'Password Manager',
alt_name: 'Passbolt',
1439640: {
alt_description: 'Open Source Secrets Manager',
alt_name: 'Passbolt CE',
categories: ['Security'],
colors: {
end: 'D40101',
start: '171717',
},
description: `Passbolt is an open-source password manager designed for teams and businesses. It allows users to securely store, share and manage passwords.`,
description: `Passbolt Community Edition is an open-source password manager designed for teams and businesses. It allows users to securely store, share and manage passwords.`,
logo_url: 'passbolt.svg',
name: 'Passbolt',
name: 'Passbolt Community Edition',
related_guides: [
{
href:
'https://www.linode.com/docs/products/tools/marketplace/guides/passbolt/',
title: 'Deploy Passbolt through the Linode Marketplace',
title:
'Deploy Passbolt Community Edition through the Linode Marketplace',
},
],
summary: 'Open-source password manager for teams and businesses.',
Expand Down

0 comments on commit 5a40625

Please sign in to comment.