File tree Expand file tree Collapse file tree 2 files changed +11
-12
lines changed
common/components/BugDetail Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ export default ({
3939 < Container >
4040 < TextBlock >
4141 < StyledLabel >
42- label: { t ( '__BUGS_PAGE_BUG_DETAIL_DESCRIPTION_LABEL' ) }
42+ { t ( '__BUGS_PAGE_BUG_DETAIL_DESCRIPTION_LABEL' ) }
4343 </ StyledLabel >
44- < Text > text: { bug . step_by_step } </ Text >
44+ < Text > { bug . step_by_step } </ Text >
4545 </ TextBlock >
4646 < TextBlock >
4747 < StyledLabel >
@@ -55,14 +55,13 @@ export default ({
5555 </ StyledLabel >
5656 < Text > { bug . current_result } </ Text >
5757 </ TextBlock >
58- { bug . note && (
59- < TextBlock >
60- < StyledLabel >
61- { t ( '__BUGS_PAGE_BUG_DETAIL_ADDITIONAL_NOTES_LABEL' ) }
62- </ StyledLabel >
63- < Text > { bug . note } </ Text >
64- </ TextBlock >
65- ) }
58+
59+ < TextBlock >
60+ < StyledLabel >
61+ { t ( '__BUGS_PAGE_BUG_DETAIL_ADDITIONAL_NOTES_LABEL' ) }
62+ </ StyledLabel >
63+ < Text > { bug ?. note || '--' } </ Text >
64+ </ TextBlock >
6665 </ Container >
6766 ) ;
6867} ;
Original file line number Diff line number Diff line change 2828 "__BUGS_FILTER_VIEW_ALL_LABEL" : " Tutti i filtri" ,
2929 "__BUGS_FILTER_VIEW_RESET_LABEL" : " Cancella filtri" ,
3030 "__BUGS_GROUP_BY_OPEN_MENU" : " Organizza per" ,
31- "__BUGS_GROUP_BY_SEVERITY" : " Gravità " ,
31+ "__BUGS_GROUP_BY_SEVERITY" : " Per gravità " ,
3232 "__BUGS_GROUP_BY_SEVERITY_ITEM" : " Gravità" ,
3333 "__BUGS_GROUP_BY_UNGROUPED" : " Lista unica" ,
34- "__BUGS_GROUP_BY_USE_CASE" : " Use Case" ,
34+ "__BUGS_GROUP_BY_USE_CASE" : " Per Use Case" ,
3535 "__BUGS_GROUP_BY_USE_CASE_ITEM" : " Use Case" ,
3636 "__BUGS_OS_FILTER_ITEM_NO_ITEMS" : " OS" ,
3737 "__BUGS_PAGE_BUG_DETAIL_ADDITIONAL_NOTES_LABEL" : " Altri commenti" ,
You can’t perform that action at this time.
0 commit comments