You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
limitDescription=t('Limited to {{limit}} patients. Please note that the demo account and accounts connected to twiist do not count towards the limit.',{ limit });
247
+
limitDescription=t('This plan allows for a limited number of patient accounts.');
248
248
249
249
limitFeedback={
250
250
text: t('Maximum number of patient accounts reached'),
limitDescription=t('Limited to {{limit}} patients. Please note that the demo account and accounts connected to twiist do not count towards the limit.',{ limit });
291
+
limitDescription=t('This plan allows for a limited number of patient accounts.');
limitDescription: `Limited to ${DEFAULT_CLINIC_PATIENT_COUNT_HARD_LIMIT} patients. Please note that the demo account and accounts connected to twiist do not count towards the limit.`,
507
+
limitDescription: 'This plan allows for a limited number of patient accounts.',
508
508
limitFeedback: {
509
509
status: 'warning',
510
510
text: 'Maximum number of patient accounts reached',
limitDescription: `Limited to ${DEFAULT_CLINIC_PATIENT_COUNT_HARD_LIMIT} patients. Please note that the demo account and accounts connected to twiist do not count towards the limit.`,
535
+
limitDescription: 'This plan allows for a limited number of patient accounts.',
536
536
limitFeedback: {
537
537
status: 'warning',
538
538
text: 'Maximum number of patient accounts reached',
limitDescription: `Limited to ${DEFAULT_CLINIC_PATIENT_COUNT_HARD_LIMIT} patients. Please note that the demo account and accounts connected to twiist do not count towards the limit.`,
606
+
limitDescription: 'This plan allows for a limited number of patient accounts.',
0 commit comments