Skip to content

Commit e366f15

Browse files
Add the missing period at the end
1 parent 3a1e70a commit e366f15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/platform/plugins/shared/discover/public/context_awareness/profile_providers/observability/logs_data_source_profile/accessors

src/platform/plugins/shared/discover/public/context_awareness/profile_providers/observability/logs_data_source_profile/accessors/get_columns_configuration.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export const DataTableSummaryColumnHeaderLogsContext = ({
4848
const tooltipContent = (
4949
<FormattedMessage
5050
id="discover.unifiedDataTable.tableHeader.logsContext.sourceFieldIconTooltip"
51-
defaultMessage="Displays the most relevant resource identifiers like:{br}{br}service.name{br}host.name{br}kubernetes.pod.name{br}etc.{br}{br}followed by the log or error message.{br}if no message fields are present, it shows the full document instead"
51+
defaultMessage="Displays the most relevant resource identifiers like:{br}{br}service.name{br}host.name{br}kubernetes.pod.name{br}etc.{br}{br}followed by the log or error message.{br}If no message fields are present, it shows the full document instead."
5252
values={{ br: <br /> }}
5353
/>
5454
);

0 commit comments

Comments
 (0)