[MM-57033] Update PL for user limit warning link (#26474)

Этот коммит содержится в:
M-ZubairAhmed
2024-03-14 14:18:37 +00:00
коммит произвёл GitHub
родитель 6364632907
Коммит cf578dad3a

Просмотреть файл

@@ -19,7 +19,7 @@ type Props = {
userIsAdmin: boolean;
};
const learnMoreExternalLink = 'https://mattermost.com/pl/error-code-error-user-limits-exceeded';
const learnMoreExternalLink = 'https://mattermost.com/pl/error-code-error-safety-limits-exceeded';
function UsersLimitsAnnouncementBar(props: Props) {
const usersLimits = useSelector(getUsersLimits);