mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Cloud Security] Minor text fixes (#151360)
This commit is contained in:
parent
ad45020c8e
commit
3479a4381b
3 changed files with 3 additions and 3 deletions
|
@ -126,7 +126,7 @@ const BenchmarkSearchField = ({
|
|||
isLoading={isLoading}
|
||||
placeholder={i18n.translate(
|
||||
'xpack.csp.benchmarks.benchmarkSearchField.searchPlaceholder',
|
||||
{ defaultMessage: 'Search integration name' }
|
||||
{ defaultMessage: 'Search by Integration Name' }
|
||||
)}
|
||||
incremental
|
||||
/>
|
||||
|
|
|
@ -159,7 +159,7 @@ const BENCHMARKS_TABLE_COLUMNS: Array<EuiBasicTableColumn<Benchmark>> = [
|
|||
{
|
||||
field: 'package_policy.created_at',
|
||||
name: i18n.translate('xpack.csp.benchmarks.benchmarksTable.createdAtColumnTitle', {
|
||||
defaultMessage: 'Created at',
|
||||
defaultMessage: 'Created',
|
||||
}),
|
||||
dataType: 'date',
|
||||
truncateText: true,
|
||||
|
|
|
@ -36,7 +36,7 @@ const SearchField = ({
|
|||
<EuiFieldSearch
|
||||
isLoading={isSearching}
|
||||
placeholder={i18n.translate('xpack.csp.rules.rulesTable.searchPlaceholder', {
|
||||
defaultMessage: 'Search for a specific rule name',
|
||||
defaultMessage: 'Search by Rule Name',
|
||||
})}
|
||||
value={localValue}
|
||||
onChange={(e) => setLocalValue(e.target.value)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue