[WEB-5600] chore: project identifier char limit updated and table layout enhancements (#8263)
This commit is contained in:
parent
7659997b53
commit
f0bc2bd3bd
23 changed files with 116 additions and 109 deletions
|
|
@ -172,13 +172,13 @@ export default {
|
|||
project_id_must_be_at_least_1_character: "Project ID must at least be of 1 character",
|
||||
project_id_must_be_at_most_5_characters: "Project ID must at most be of 5 characters",
|
||||
project_id: "Project ID",
|
||||
project_id_tooltip_content: "Helps you identify work items in the project uniquely. Max 5 characters.",
|
||||
project_id_tooltip_content: "Helps you identify work items in the project uniquely. Max 10 characters.",
|
||||
description_placeholder: "Description",
|
||||
only_alphanumeric_non_latin_characters_allowed: "Only Alphanumeric & Non-latin characters are allowed.",
|
||||
project_id_is_required: "Project ID is required",
|
||||
project_id_allowed_char: "Only Alphanumeric & Non-latin characters are allowed.",
|
||||
project_id_min_char: "Project ID must at least be of 1 character",
|
||||
project_id_max_char: "Project ID must at most be of 5 characters",
|
||||
project_id_max_char: "Project ID must at most be of 10 characters",
|
||||
project_description_placeholder: "Enter project description",
|
||||
select_network: "Select network",
|
||||
lead: "Lead",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue