Timezone: Consistency in how we write time zone (#52679)

* Timezone: Consistency in how we write time zone

* Updated
This commit is contained in:
Torkel Ödegaard
2022-07-23 17:49:58 +02:00
committed by GitHub
parent b782d9aa12
commit be5e96f628
4 changed files with 4 additions and 4 deletions

View File

@@ -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}