Merge remote-tracking branch 'origin/develop' into test_pdf-support-captain

This commit is contained in:
Tanmay Deep Sharma
2025-07-08 10:05:51 +07:00
402 changed files with 4169 additions and 511 deletions
@@ -58,7 +58,9 @@ const limitExceededMessage = computed(() => {
} else if (testLimit(nonWebInboxes)) {
message = t('GENERAL_SETTINGS.LIMIT_MESSAGES.INBOXES');
} else if (testLimit(agents)) {
message = t('GENERAL_SETTINGS.LIMIT_MESSAGES.AGENTS');
message = t('GENERAL_SETTINGS.LIMIT_MESSAGES.AGENTS', {
allowedAgents: agents.allowed,
});
}
return message;