File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 232232 "__BUGS_PAGE_USECASE_COMPLETION_1" : " <0>Use Case <1>just started</1></0>" ,
233233 "__BUGS_PAGE_USECASE_COMPLETION_1_TOOLTIP" : " We are in the early stages of testing this Use Case" ,
234234 "__BUGS_PAGE_USECASE_COMPLETION_2" : " <0>Use Case <1>in progress</1></0>" ,
235- "__BUGS_PAGE_USECASE_COMPLETION_2_TOOLTIP" : " We are proceeding with the testing: view the first bugs " ,
235+ "__BUGS_PAGE_USECASE_COMPLETION_2_TOOLTIP" : " We are proceeding with the testing. " ,
236236 "__BUGS_PAGE_USECASE_COMPLETION_3" : " <0>Use Case <1>almost ready</1></0>" ,
237237 "__BUGS_PAGE_USECASE_COMPLETION_3_TOOLTIP" : " We are doing the last checks on this Use Case" ,
238238 "__BUGS_PAGE_USECASE_COMPLETION_4" : " <0>Use Case <1>completed</1></0>" ,
239- "__BUGS_PAGE_USECASE_COMPLETION_4_TOOLTIP" : " We are ready with this Use Case: view all the bugs " ,
239+ "__BUGS_PAGE_USECASE_COMPLETION_4_TOOLTIP" : " We are ready with this Use Case. " ,
240240 "__BUGS_PAGE_VIEW_BUG_COMMENTS_TOOLTIP_one" : " {{count}} comment in bug details page" ,
241241 "__BUGS_PAGE_VIEW_BUG_COMMENTS_TOOLTIP_other" : " {{count}} comments in bug details page" ,
242242 "__BUGS_PAGE_VIEW_BUG_COMMENTS_TOOLTIP_EMPTY" : " There are no comments yet" ,
Original file line number Diff line number Diff line change 249249 "__BUGS_PAGE_USECASE_COMPLETION_1" : " <0>Use case <1>all'inizio del test</1></0>" ,
250250 "__BUGS_PAGE_USECASE_COMPLETION_1_TOOLTIP" : " Siamo alle prime fasi di testing dello Use Case" ,
251251 "__BUGS_PAGE_USECASE_COMPLETION_2" : " <0>Use case <1>in corso d'opera</1></0>" ,
252- "__BUGS_PAGE_USECASE_COMPLETION_2_TOOLTIP" : " Stiamo testando a fondo lo Use Case: vedi i bug raccolti " ,
252+ "__BUGS_PAGE_USECASE_COMPLETION_2_TOOLTIP" : " Stiamo testando a fondo lo Use Case" ,
253253 "__BUGS_PAGE_USECASE_COMPLETION_3" : " <0>Use case <1>quasi pronto</1></0>" ,
254254 "__BUGS_PAGE_USECASE_COMPLETION_3_TOOLTIP" : " Stiamo facendo gli ultimi controlli sullo Use Case" ,
255255 "__BUGS_PAGE_USECASE_COMPLETION_4" : " <0>Use case <1>completato</1></0>" ,
256- "__BUGS_PAGE_USECASE_COMPLETION_4_TOOLTIP" : " Siamo pronti con lo Use Case: analizza tutti i bug raccolti " ,
256+ "__BUGS_PAGE_USECASE_COMPLETION_4_TOOLTIP" : " Siamo pronti con lo Use Case. " ,
257257 "__BUGS_PAGE_VIEW_BUG_COMMENTS_TOOLTIP_one" : " {{count}} commento nella pagina di dettaglio bug" ,
258258 "__BUGS_PAGE_VIEW_BUG_COMMENTS_TOOLTIP_many" : " " ,
259259 "__BUGS_PAGE_VIEW_BUG_COMMENTS_TOOLTIP_other" : " {{count}} commenti nella pagina di dettaglio bug" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import { Anchor, PageHeader } from '@appquality/unguess-design-system';
22import { useTranslation } from 'react-i18next' ;
33import { Link , useParams } from 'react-router-dom' ;
44import { LayoutWrapper } from 'src/common/components/LayoutWrapper' ;
5- import { appTheme } from 'src/app/theme' ;
65
76import { PageTitle } from 'src/common/components/PageTitle' ;
87import { useLocalizeRoute } from 'src/hooks/useLocalizedRoute' ;
You can’t perform that action at this time.
0 commit comments