We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b016db5 + 13c4b2d commit 8e54d16Copy full SHA for 8e54d16
src/theme/UnsupportedVersionBanner/index.js
@@ -112,6 +112,20 @@ function FutureReleaseWarning({ versionData }) {
112
This version of Moodle has not yet been released.
113
</Translate>
114
</strong>
115
+
116
+ <br />
117
118
+ {versionData.codeFreezeDate && (
119
+ <Translate
120
+ description="A message to inform of the code freeze date"
121
+ id="documentation.support.freezeDate"
122
+ values={{
123
+ date: versionData.codeFreezeDate,
124
+ }}
125
+ >
126
+ {'The code freeze date for this release is {date}.'}
127
+ </Translate>
128
+ )}
129
</Admonition>
130
);
131
}
0 commit comments