Skip to content

Commit

Permalink
[FieldFormatters] Change bytes field title to Bytes and Bits (#204346)
Browse files Browse the repository at this point in the history
## Summary

This PR updates the `title` of `Bytes` field to `Bytes and Bits` as
suggested in
#154188 (comment)

Closes: #154188
  • Loading branch information
kowalczyk-krzysztof authored Dec 16, 2024
1 parent ea85f05 commit 73f6794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/field_formats/common/converters/bytes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { FIELD_FORMAT_IDS } from '../types';
export class BytesFormat extends NumeralFormat {
static id = FIELD_FORMAT_IDS.BYTES;
static title = i18n.translate('fieldFormats.bytes.title', {
defaultMessage: 'Bytes',
defaultMessage: 'Bytes and Bits',
});

id = BytesFormat.id;
Expand Down

0 comments on commit 73f6794

Please sign in to comment.