Update incorrect timezone description
Change-Id: I6bb45335478b40d2548597979d4754bcd3bfe4fe
This commit is contained in:
parent
e58d1f84f6
commit
127aaef196
@ -163,7 +163,7 @@ common_properties_schema = {
|
||||
TIMEZONE: properties.Schema(
|
||||
properties.Schema.STRING,
|
||||
_("Timezone for the time constraint "
|
||||
"(eg. 'Taiwan/Taipei', 'Europe/Amsterdam')."),
|
||||
"(eg. 'Asia/Taipei', 'Europe/Amsterdam')."),
|
||||
constraints=[
|
||||
constraints.CustomConstraint('timezone')
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user