summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValérie-Emma Leroux <emma@iggdrasil.net>2018-02-22 16:20:03 +0100
committerValérie-Emma Leroux <emma@iggdrasil.net>2018-02-22 16:20:03 +0100
commitca199e146520fddeede1ad71eda3200b4b8006be (patch)
treeace1e707f557654f2270534c18664f5bbae5a812
parentf0b5b7989d75deaec24217d2b13f582f1495da54 (diff)
downloadIshtar-ca199e146520fddeede1ad71eda3200b4b8006be.tar.bz2
Ishtar-ca199e146520fddeede1ad71eda3200b4b8006be.zip
Update labels
-rw-r--r--archaeological_finds/views.py3
1 files changed, 2 insertions, 1 deletions
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([