Skip to content

Commit

Permalink
Correct verbose name for clean_file_archive
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonje committed May 31, 2016
1 parent 4146b1d commit f9fad81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calaccess_raw/models/tracking.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class RawDataFile(models.Model):
blank=True,
max_length=255,
upload_to=archive_directory_path,
verbose_name='archive of download file',
verbose_name='archive of clean file',
help_text='An archive of the raw data file after being cleaned.'
)

Expand Down

0 comments on commit f9fad81

Please sign in to comment.