From ca199e146520fddeede1ad71eda3200b4b8006be Mon Sep 17 00:00:00 2001 From: Valérie-Emma Leroux Date: Thu, 22 Feb 2018 16:20:03 +0100 Subject: Update labels --- archaeological_finds/views.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'archaeological_finds/views.py') diff --git a/archaeological_finds/views.py b/archaeological_finds/views.py index 883bc19d9..75dda5d36 100644 --- a/archaeological_finds/views.py +++ b/archaeological_finds/views.py @@ -533,7 +533,7 @@ treatmentfile_modification_wizard = TreatmentFileModificationWizard.as_view( [('selec-treatmentfile_modification', TreatmentFileFormSelection), ('treatmentfile-treatmentfile_modification', TreatmentFileModifyForm), ('final-treatmentfile_modification', FinalForm)], - label=_(u"Modify"), + label=_(u"Treatment request modification"), url_name='treatmentfile_modification', ) @@ -619,6 +619,7 @@ treatment_source_creation_wizard = TreatmentSourceWizard.as_view([ ('source-treatment_source_creation', SourceForm), ('authors-treatment_source_creation', AuthorFormset), ('final-treatment_source_creation', FinalForm)], + label=_(u"Treatment: new source"), url_name='treatment_source_creation',) treatment_source_modification_wizard = TreatmentSourceWizard.as_view([ -- cgit v1.2.3