Skip to content

Commit

Permalink
fix: [PROD-12956] fix some labels
Browse files Browse the repository at this point in the history
  • Loading branch information
csm-thu committed Feb 1, 2024
1 parent cb4097d commit e2d3c9b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cypress/commons/constants/generic/TestConstants.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export const API_REGEX = {
};

export const SCENARIO_RUN_IN_PROGRESS = 'Scenario run in progress...';
export const SCENARIO_TRANSFER_IN_PROGRESS = 'Scenario results transfer in progress...';
export const SCENARIO_TRANSFER_IN_PROGRESS = 'Transfer of scenario results in progress...';
export const FAILED_SCENARIO_RUN = 'An error occurred during the scenario run';

export const WEBAPP_URL_REGEX = {
Expand Down
4 changes: 2 additions & 2 deletions public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
},
"error": "An error occurred during the scenario run",
"running": "Scenario run in progress...",
"dataInTransfer": "Scenario results transfer in progress...",
"dataInTransfer": "Transfer of scenario results in progress...",
"uninitialized": "The scenario has not been run yet"
},
"button": {
Expand All @@ -174,7 +174,7 @@
"label": "You can create a scenario by clicking on the \"CREATE\" button"
},
"nodashboard": {
"label": "There isn't any dashboard configured for this run template"
"label": "There isn't any dashboard configured for this run type"
},
"unknownStatus": {
"label": "This scenario has an unknown state, if the problem persists, please, contact your administrator"
Expand Down
4 changes: 2 additions & 2 deletions src/components/CurrentScenarioPowerBIReport/labels.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const getReportLabels = (t) => ({
noDashboard: {
label: t(
'commoncomponents.iframe.scenario.nodashboard.label',
"There isn't any dashboard configured for this run template"
"There isn't any dashboard configured for this run type"
),
},
inProgress: {
Expand All @@ -24,7 +24,7 @@ export const getReportLabels = (t) => ({
dataInTransfer: {
label: t(
'commoncomponents.iframe.scenario.results.label.dataInTransfer',
'Scenario results transfer in progress...'
'Transfer of scenario results in progress...'
),
},
hasErrors: {
Expand Down

0 comments on commit e2d3c9b

Please sign in to comment.