mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
chore: clarify total secerts === total secrets of all time (#26560)
This commit is contained in:
@@ -173,7 +173,7 @@
|
||||
</OverviewCard>
|
||||
<OverviewCard
|
||||
@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"
|
||||
@actionTo="clientCountOverview"
|
||||
@actionExternal={{true}}
|
||||
|
||||
@@ -288,7 +288,7 @@ module('Integration | Component | sync | Page::Overview', function (hooks) {
|
||||
{
|
||||
cardTitle: 'Total secrets',
|
||||
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',
|
||||
count: '7',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user