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 fe056d1 commit a4a7001
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/charts/Dashboard/Dashboard.js
Expand Up @@ -182,7 +182,7 @@ Dashboard.defaultProps = {
},
dataInTransfer: {
title: '',
label: 'Scenario results transfer in progress...',
label: 'Transfer of scenario results in progress...',
},
hasErrors: {
title: '',
Expand Down
Expand Up @@ -400,7 +400,7 @@ SimplePowerBIReportEmbed.defaultProps = {
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",
},
noRun: {
label: 'The scenario has not been run yet',
Expand All @@ -409,7 +409,7 @@ SimplePowerBIReportEmbed.defaultProps = {
label: 'Scenario run in progress...',
},
dataInTransfer: {
label: 'Scenario results transfer in progress...',
label: 'Transfer of scenario results in progress...',
},
hasErrors: {
label: 'An error occured during the scenario run',
Expand Down

0 comments on commit a4a7001

Please sign in to comment.