Skip to content

Commit

Permalink
fix: mention disastertype in mock interface
Browse files Browse the repository at this point in the history
  • Loading branch information
jannisvisser committed Aug 8, 2022
1 parent f2f5960 commit 94e9c91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ export class BackendMockScenarioComponent implements OnInit, OnDestroy {
`${this.backendMockScenarioComponentTranslateNode}.${this.alertMessageNode}`,
{
countryName: this.country.countryName,
disasterTypeLabel: this.disasterType.disasterType,
},
);
this.alertInputSecretPlaceholder =
Expand Down
2 changes: 1 addition & 1 deletion interfaces/IBF-dashboard/src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"button-label": "Load Mock Scenario",
"alert-header": "Load Mock Scenario",
"alert-sub-header": "Current data will be overwritten.",
"alert-message": "Are you sure you want to mock the situation for {{ countryName }}?",
"alert-message": "Are you sure you want to mock the situation for <strong>{{ countryName }} {{ disasterTypeLabel }}</strong>?",
"alert-input-secret-placeholder": "Please enter the reset secret",
"alert-button-cancel": "Cancel",
"alert-button-old-event": "Old event",
Expand Down

0 comments on commit 94e9c91

Please sign in to comment.