Rename the label and description field for clarity
Add the 'document' prefix to the field labels for clarirty. Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -19,7 +19,7 @@ DEFAULT_TIMEOUT = 4 # 4 seconds
|
|||||||
class DocumentPropertiesEditAction(WorkflowAction):
|
class DocumentPropertiesEditAction(WorkflowAction):
|
||||||
fields = {
|
fields = {
|
||||||
'document_label': {
|
'document_label': {
|
||||||
'label': _('Label'),
|
'label': _('Document label'),
|
||||||
'class': 'django.forms.CharField', 'kwargs': {
|
'class': 'django.forms.CharField', 'kwargs': {
|
||||||
'help_text': _(
|
'help_text': _(
|
||||||
'The new label to be assigned to the document. Can be a '
|
'The new label to be assigned to the document. Can be a '
|
||||||
@@ -27,7 +27,7 @@ class DocumentPropertiesEditAction(WorkflowAction):
|
|||||||
), 'required': False
|
), 'required': False
|
||||||
},
|
},
|
||||||
}, 'document_description': {
|
}, 'document_description': {
|
||||||
'label': _('Description'),
|
'label': _('Document description'),
|
||||||
'class': 'django.forms.CharField', 'kwargs': {
|
'class': 'django.forms.CharField', 'kwargs': {
|
||||||
'help_text': _(
|
'help_text': _(
|
||||||
'The new description to be assigned to the document. '
|
'The new description to be assigned to the document. '
|
||||||
|
|||||||
Reference in New Issue
Block a user