Skip to content

Commit

Permalink
Fixed placeholder text
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Oct 28, 2021
1 parent fea89d1 commit 3b06ce7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions backend/src/main/resources/i18n/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ action.roles=Roles
action.source-role=Role
action.select-bundle=Select Bundle

action.get-latest=Get latest

value.enabled=Enabled
value.disabled=Disabled
value.current=Current
Expand Down
2 changes: 1 addition & 1 deletion ui/src/app/metadata/wizard/MetadataProviderTypeSelector.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export function MetadataProviderTypeSelector({ type, types = [], children}) {
<Form.Group className={errors.name ? 'text-danger' : ''}>
<Form.Label>
<span><Translate value={'label.metadata-provider-name-dashboard-display-only'} /></span>
<InfoIcon value="tooltip.metadata-provider-name-dashboard-display-only" />
<InfoIcon value="tooltip.metadata-provider-name" />
</Form.Label>
<Form.Control
isInvalid={errors.name}
Expand Down
Loading

0 comments on commit 3b06ce7

Please sign in to comment.