Skip to content

Commit

Permalink
Merge pull request #3799 from dr-format-d/8.3
Browse files Browse the repository at this point in the history
BUGFIX: `LinkEditor` placeholder now uses the custom placeholder correctly
  • Loading branch information
Sebobo authored Jun 4, 2024
2 parents 055ca5d + d81e9a7 commit f7eb451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/neos-ui-editors/src/Library/LinkInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ export default class LinkInput extends PureComponent {
value={''}
plainInputMode={isUri(this.state.searchTerm)}
onValueChange={this.handleValueChange}
placeholder={this.props.i18nRegistry.translate($get('options.placeholder', this.props) || 'Neos.Neos.Ui:Main:ckeditor__toolbar__link__placeholder', 'Paste a link, or search')}
placeholder={this.props.i18nRegistry.translate($get('options.placeholder', this.props) || 'Neos.Neos:Main:content.inspector.editors.linkEditor.search', $get('options.placeholder', this.props) || 'Paste a link, or type to search')}
displayLoadingIndicator={this.state.isLoading}
displaySearchBox={true}
setFocus={this.props.setFocus}
Expand Down

0 comments on commit f7eb451

Please sign in to comment.