Skip to content

Commit a48c6ab

Browse files
committed
[symfony#2701] Updating a few more references to the an old property name
1 parent 51c20a1 commit a48c6ab

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

reference/forms/types/birthday.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ option defaults to 120 years ago to the current year.
2727
| | - `months`_ |
2828
| | - `days`_ |
2929
| | - `format`_ |
30-
| | - `data_timezone`_ |
31-
| | - `user_timezone`_ |
30+
| | - `model_timezone`_ |
31+
| | - `view_timezone`_ |
3232
| | - `invalid_message`_ |
3333
| | - `invalid_message_parameters`_ |
3434
| | - `read_only`_ |
@@ -67,9 +67,9 @@ These options inherit from the :doc:`date</reference/forms/types/date>` type:
6767

6868
.. include:: /reference/forms/types/options/date_format.rst.inc
6969

70-
.. include:: /reference/forms/types/options/data_timezone.rst.inc
70+
.. include:: /reference/forms/types/options/model_timezone.rst.inc
7171

72-
.. include:: /reference/forms/types/options/user_timezone.rst.inc
72+
.. include:: /reference/forms/types/options/view_timezone.rst.inc
7373

7474
These options inherit from the :doc:`date</reference/forms/types/form>` type:
7575

reference/forms/types/options/model_timezone.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
model_timezone
2-
~~~~~~~~~~~~~
2+
~~~~~~~~~~~~~~
33

44
**type**: ``string`` **default**: system default timezone
55

reference/forms/types/time.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ as a ``DateTime`` object, a string, a timestamp or an array.
2121
| | - `hours`_ |
2222
| | - `minutes`_ |
2323
| | - `seconds`_ |
24-
| | - `data_timezone`_ |
25-
| | - `user_timezone`_ |
24+
| | - `model_timezone`_ |
25+
| | - `view_timezone`_ |
2626
| | - `empty_value`_ |
2727
+----------------------+-----------------------------------------------------------------------------+
2828
| Overridden Options | - `by_reference`_ |
@@ -114,9 +114,9 @@ this format.
114114

115115
.. include:: /reference/forms/types/options/seconds.rst.inc
116116

117-
.. include:: /reference/forms/types/options/data_timezone.rst.inc
117+
.. include:: /reference/forms/types/options/model_timezone.rst.inc
118118

119-
.. include:: /reference/forms/types/options/user_timezone.rst.inc
119+
.. include:: /reference/forms/types/options/view_timezone.rst.inc
120120

121121
.. include:: /reference/forms/types/options/empty_value.rst.inc
122122

0 commit comments

Comments
 (0)