improve help text for Owner field

This commit is contained in:
sbwalker
2025-11-14 13:43:25 -05:00
parent 2acd5799d9
commit efcbdee869
2 changed files with 2 additions and 2 deletions

View File

@ -136,7 +136,7 @@
<value>You Must Provide A Valid Description (ie. No Punctuation)</value> <value>You Must Provide A Valid Description (ie. No Punctuation)</value>
</data> </data>
<data name="OwnerName.HelpText" xml:space="preserve"> <data name="OwnerName.HelpText" xml:space="preserve">
<value>Enter the name of the organization who is developing this module. It should not contain spaces or punctuation or contain the word "oqtane".</value> <value>Enter the name of the organization who is developing this module. It should not contain spaces or punctuation or contain the word "oqtane". If you are using an Internal template then make sure the owner matches the name of the project.</value>
</data> </data>
<data name="ModuleName.HelpText" xml:space="preserve"> <data name="ModuleName.HelpText" xml:space="preserve">
<value>Enter a name for this module. It should not contain spaces or punctuation or contain the word "oqtane".</value> <value>Enter a name for this module. It should not contain spaces or punctuation or contain the word "oqtane".</value>

View File

@ -151,7 +151,7 @@
<value>You Must Provide A Valid Owner Name And Theme Name ( ie. No Punctuation Or Spaces And The Values Cannot Be The Same ) And Choose A Template</value> <value>You Must Provide A Valid Owner Name And Theme Name ( ie. No Punctuation Or Spaces And The Values Cannot Be The Same ) And Choose A Template</value>
</data> </data>
<data name="OwnerName.HelpText" xml:space="preserve"> <data name="OwnerName.HelpText" xml:space="preserve">
<value>Enter the name of the organization who is developing this theme. It should not contain spaces or punctuation.</value> <value>Enter the name of the organization who is developing this theme. It should not contain spaces or punctuation or contain the word "oqtane". If you are using an Internal template then make sure the owner matches the name of the project.</value>
</data> </data>
<data name="ThemeName.HelpText" xml:space="preserve"> <data name="ThemeName.HelpText" xml:space="preserve">
<value>Enter a name for this theme. It should not contain spaces or punctuation.</value> <value>Enter a name for this theme. It should not contain spaces or punctuation.</value>