UBER-64,-231,-229: updated CreateProject and SelectAvatar layouts, fixed bugs (#3253)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov
2023-05-26 10:02:47 +07:00
committed by GitHub
parent 0298ff1c8d
commit ea6612cdb7
34 changed files with 419 additions and 257 deletions
+3 -1
View File
@@ -66,6 +66,7 @@ export default mergeIds(trackerId, tracker, {
Canceled: '' as IntlString,
CreateProject: '' as IntlString,
NewProject: '' as IntlString,
ProjectTitle: '' as IntlString,
ProjectTitlePlaceholder: '' as IntlString,
ProjectIdentifierPlaceholder: '' as IntlString,
ChooseIcon: '' as IntlString,
@@ -88,7 +89,9 @@ export default mergeIds(trackerId, tracker, {
Medium: '' as IntlString,
Low: '' as IntlString,
Title: '' as IntlString,
UsedInIssueIDs: '' as IntlString,
Identifier: '' as IntlString,
ProjectIdentifier: '' as IntlString,
IdentifierExists: '' as IntlString,
Description: '' as IntlString,
Status: '' as IntlString,
@@ -131,7 +134,6 @@ export default mergeIds(trackerId, tracker, {
Attachments: '' as IntlString,
Labels: '' as IntlString,
Space: '' as IntlString,
NoDueDate: '' as IntlString,
SetDueDate: '' as IntlString,
ChangeDueDate: '' as IntlString,
ModificationDate: '' as IntlString,