mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
chore: clarify total secerts === total secrets of all time (#26560)
This commit is contained in:
@@ -173,7 +173,7 @@
|
|||||||
</OverviewCard>
|
</OverviewCard>
|
||||||
<OverviewCard
|
<OverviewCard
|
||||||
@cardTitle="Total secrets"
|
@cardTitle="Total secrets"
|
||||||
@subText="The total number of secrets that have been synced from Vault. One secret will be counted as one sync client."
|
@subText="The total number of secrets that have been synced from Vault over time. One secret will be counted as one sync client."
|
||||||
@actionText="View billing"
|
@actionText="View billing"
|
||||||
@actionTo="clientCountOverview"
|
@actionTo="clientCountOverview"
|
||||||
@actionExternal={{true}}
|
@actionExternal={{true}}
|
||||||
|
|||||||
@@ -288,7 +288,7 @@ module('Integration | Component | sync | Page::Overview', function (hooks) {
|
|||||||
{
|
{
|
||||||
cardTitle: 'Total secrets',
|
cardTitle: 'Total secrets',
|
||||||
subText:
|
subText:
|
||||||
'The total number of secrets that have been synced from Vault. One secret will be counted as one sync client.',
|
'The total number of secrets that have been synced from Vault over time. One secret will be counted as one sync client.',
|
||||||
actionText: 'View billing',
|
actionText: 'View billing',
|
||||||
count: '7',
|
count: '7',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user