Skip to content

Commit

Permalink
updated select probe button (#4204)
Browse files Browse the repository at this point in the history
Signed-off-by: Saranya-jena <[email protected]>
  • Loading branch information
Saranya-jena authored Oct 4, 2023
1 parent dd3a7ef commit 794676f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions chaoscenter/web/src/strings/strings.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -964,6 +964,7 @@ selectExperiments: Select Experiments
selectHub: Select a ChaosHub
selectHubFromList: Select a hub from the list
selectHubHeader: Create or select existing ChaosHub
selectProbe: Select Probe
selectProbes: Select Probes
selectProject: Select a Project
selectTimeframe: Select time frame
Expand Down
1 change: 1 addition & 0 deletions chaoscenter/web/src/strings/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -808,6 +808,7 @@ export interface StringsMap {
'selectHub': unknown
'selectHubFromList': unknown
'selectHubHeader': unknown
'selectProbe': unknown
'selectProbes': unknown
'selectProject': unknown
'selectTimeframe': unknown
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default function ProbesTab({
<Button
icon="plus"
variation={ButtonVariation.PRIMARY}
text={getString('addProbe')}
text={getString('selectProbe')}
onClick={() => setIsAddProbeSelected(true)}
/>
</Layout.Vertical>
Expand Down

0 comments on commit 794676f

Please sign in to comment.