Rename diff content label
This commit is contained in:
@@ -348,6 +348,6 @@ class DocumentVersionDiffForm(forms.Form):
|
|||||||
self.fields['contents'].initial = contents
|
self.fields['contents'].initial = contents
|
||||||
|
|
||||||
contents = forms.CharField(
|
contents = forms.CharField(
|
||||||
label=_(u'Contents'),
|
label=_(u'Differences'),
|
||||||
widget=TextAreaDiv()
|
widget=TextAreaDiv()
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user