Fixed #30400 -- Improved typography of user facing strings.

Thanks Claude Paroz for assistance with translations.
This commit is contained in:
Jon Dufresne 2019-06-27 09:39:47 -07:00 committed by Mariusz Felisiak
parent 2b03e8e9e8
commit 42b9a23267
64 changed files with 195 additions and 195 deletions

View file

@ -899,7 +899,7 @@ class StateAdminForm(forms.ModelForm):
class Meta:
model = State
fields = '__all__'
labels = {"name": "State name (from form's Meta.labels)"}
labels = {'name': 'State name (from forms Meta.labels)'}
@property
def changed_data(self):