modify prerendering UI options

This commit is contained in:
sbwalker
2024-05-09 15:08:52 -04:00
parent 2ae120c878
commit c597b293b8
3 changed files with 9 additions and 3 deletions

View File

@ -280,7 +280,7 @@
<value>Specifies if interactive components should prerender their output. The default is Auto which determines if a component should be prerendered at runtime based on the environment.</value>
</data>
<data name="Prerender.Text" xml:space="preserve">
<value>Prerender? </value>
<value>Prerendering: </value>
</data>
<data name="RenderMode.HelpText" xml:space="preserve">
<value>The default render mode for the site</value>

View File

@ -456,4 +456,10 @@
<data name="Auto" xml:space="preserve">
<value>Auto</value>
</data>
<data name="Disabled" xml:space="preserve">
<value>Disabled</value>
</data>
<data name="Enabled" xml:space="preserve">
<value>Enabled</value>
</data>
</root>