Skip to content

Commit 08a7585

Browse files
committed
Adjust wording
1 parent 18a4186 commit 08a7585

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

docs/hub/early-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_position: 10
66

77
# Early Access
88

9-
These features are currently in **early access** and will be fully available in version 1.5.0.
9+
These features are currently in **early access** and will be fully available in **Cryptomator Hub 1.5.0**.
1010

1111
- [User & Group Management](/hub/user-group-management) — Manage users, groups, roles, and permissions directly in Hub
1212
- [Emergency Access](/hub/emergency-access) - Restore access to a vault in case of account loss or ownership issues

docs/hub/vault-management.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ Alternatively, you can also access the list by clicking on the `Vaults` tab in t
2828
:::note Emergency Access Status in Vault List (Enterprise only, early access)
2929
In the `Vault List`, owners can see the Emergency Access status directly via badges:
3030

31-
* `Council missing`: No council is configured on the vault
32-
* `Broken Emergency Access`: Too few valid shares remain (for example after council members reset their accounts)
33-
* `No Redundancy`: No fault tolerance in the council
31+
* `Council missing`: No council is configured for the vault
32+
* `Broken Emergency Access`: Not enough valid council members (for example after council members reset their accounts)
33+
* `Insufficient Emergency Access`: No fault tolerance in the council
3434
:::
3535

3636
## Create a Vault {#create-a-vault}
@@ -102,11 +102,11 @@ Open the [vault details](#vault-details) page to manage a vault.
102102

103103
* `Shared with` members list
104104
* `Update Permissions` button (only clickable if necessary)
105-
* `Edit Vault Metadata` button
105+
* `Edit Vault Metadata` button
106106
* `Download Vault Template` button
107107
* `Show Recovery Key` button
108-
* `Setup Emergency Access Council` button (Enterprise only and only visible if necessary)
109-
* `Fix Emergency Access Council` button (Enterprise only and only visible if necessary)
108+
* `Setup Emergency Access Council` button (only visible if necessary)
109+
* `Fix Emergency Access Council` button (and only visible if necessary)
110110
* `Archive Vault` button
111111

112112
### Share a Vault {#share-a-vault}

src/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ function HomepageHeader() {
1616
<header className={clsx('hero hero--primary text--center', styles.heroBanner)}>
1717
<div className="container">
1818
<div>
19-
<Link to="/coming-soon" className={styles.announcementPill}>
20-
Coming Soon
19+
<Link to="/hub/early-access" className={styles.announcementPill}>
20+
Upcoming Hub Features
2121
</Link>
2222
</div>
2323
<Logo

0 commit comments

Comments
 (0)