fix(FR-2329): improve bulk user creation max count message wording#6224
Open
fix(FR-2329): improve bulk user creation max count message wording#6224
Conversation
Member
Author
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has required the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the bulk user creation “max count” validation message to be clearer, and adds/aligns the corresponding translation key across all supported locales in resources/i18n/.
Changes:
- Reworded the English and Korean
credential.validation.MaxUserCountmessage to clarify it applies “at once”. - Added
credential.validation.MaxUserCounttranslations for all other locale JSON files.
Reviewed changes
Copilot reviewed 21 out of 21 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| resources/i18n/en.json | Reworded credential.validation.MaxUserCount for clarity. |
| resources/i18n/ko.json | Reworded credential.validation.MaxUserCount for clarity. |
| resources/i18n/de.json | Added translation for credential.validation.MaxUserCount. |
| resources/i18n/el.json | Added translation for credential.validation.MaxUserCount. |
| resources/i18n/es.json | Added translation for credential.validation.MaxUserCount. |
| resources/i18n/fi.json | Added translation for credential.validation.MaxUserCount. |
| resources/i18n/fr.json | Added translation for credential.validation.MaxUserCount. |
| resources/i18n/id.json | Added translation for credential.validation.MaxUserCount. |
| resources/i18n/it.json | Added translation for credential.validation.MaxUserCount. |
| resources/i18n/ja.json | Added translation for credential.validation.MaxUserCount. |
| resources/i18n/mn.json | Added translation for credential.validation.MaxUserCount. |
| resources/i18n/ms.json | Added translation for credential.validation.MaxUserCount. |
| resources/i18n/pl.json | Added translation for credential.validation.MaxUserCount. |
| resources/i18n/pt.json | Added translation for credential.validation.MaxUserCount. |
| resources/i18n/pt-BR.json | Added translation for credential.validation.MaxUserCount. |
| resources/i18n/ru.json | Added translation for credential.validation.MaxUserCount. |
| resources/i18n/th.json | Added translation for credential.validation.MaxUserCount. |
| resources/i18n/tr.json | Added translation for credential.validation.MaxUserCount. |
| resources/i18n/vi.json | Added translation for credential.validation.MaxUserCount. |
| resources/i18n/zh-CN.json | Added translation for credential.validation.MaxUserCount. |
| resources/i18n/zh-TW.json | Added translation for credential.validation.MaxUserCount. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Resolves #6050(FR-2329)
Summary
credential.validation.MaxUserCounti18n key in en.json and ko.json to clarify that the limit applies to users created "at once"MaxUserCountkey to all 19 other language files with appropriate translationsTest plan
🤖 Generated with Claude Code