Skip to content

Commit 816aeac

Browse files
authored
Merge pull request #846 from AppQuality/usecase-status-refactor
made the usecase status more generic
2 parents 1a1e179 + e0a7e5c commit 816aeac

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

src/locales/en/translation.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,11 +232,11 @@
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",

src/locales/it/translation.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,11 +249,11 @@
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",

src/pages/Videos/PageHeader.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { Anchor, PageHeader } from '@appquality/unguess-design-system';
22
import { useTranslation } from 'react-i18next';
33
import { Link, useParams } from 'react-router-dom';
44
import { LayoutWrapper } from 'src/common/components/LayoutWrapper';
5-
import { appTheme } from 'src/app/theme';
65

76
import { PageTitle } from 'src/common/components/PageTitle';
87
import { useLocalizeRoute } from 'src/hooks/useLocalizedRoute';

0 commit comments

Comments
 (0)