1
0
Fork 0
mirror of synced 2024-08-18 03:21:29 +12:00

Merge pull request #10481 from Budibase/fix/limit-banner-fix

Fixes around user limit banner reappearing and copy adjustment
This commit is contained in:
Rory Powell 2023-05-04 11:31:03 +01:00 committed by GitHub
commit 67245e731a
2 changed files with 4 additions and 1 deletions

View file

@ -147,6 +147,9 @@ const buildUsersAboveLimitBanner = EXPIRY_KEY => {
return {
key: EXPIRY_KEY,
type: BANNER_TYPES.WARNING,
onChange: () => {
defaultCacheFn(EXPIRY_KEY)
},
criteria: () => {
return userLicensing.warnUserLimit
},

View file

@ -261,7 +261,7 @@
header={`Users will soon be limited to ${staticUserLimit}`}
message={`Our free plan is going to be limited to ${staticUserLimit} users in ${$licensing.userLimitDays}.
This means any users exceeding the limit have been de-activated.
This means any users exceeding the limit will be de-activated.
De-activated users will not able to access the builder or any published apps until you upgrade to one of our paid plans.
`}