mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Timezone: Consistency in how we write time zone (#52679)
* Timezone: Consistency in how we write time zone * Updated
This commit is contained in:
@@ -67,7 +67,7 @@ export class TimePickerSettings extends PureComponent<Props, State> {
|
||||
render() {
|
||||
return (
|
||||
<CollapsableSection label="Time options" isOpen={true}>
|
||||
<Field label="Timezone" data-testid={selectors.components.TimeZonePicker.containerV2}>
|
||||
<Field label="Time zone" data-testid={selectors.components.TimeZonePicker.containerV2}>
|
||||
<TimeZonePicker
|
||||
inputId="time-options-input"
|
||||
includeInternal={true}
|
||||
|
||||
Reference in New Issue
Block a user