diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-12-12 17:36:32 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-12-17 13:03:56 -0800 |
commit | bdf990d40eaeb5f329dfbd67a7e64187538de9f9 (patch) | |
tree | fe244f1d5f6fad7ea7cf16171461c7b3ff3337f0 /printing_templates/Six Dives.html | |
parent | 0310eb31da6f58741189d43f0397c083752caab3 (diff) | |
download | subsurface-bdf990d40eaeb5f329dfbd67a7e64187538de9f9.tar.gz |
printing: replace dive master by dive guide in templates
This does not rename the variables, only the user-visible output.
Case "Dive guide" vs. "Dive Guide" is according to the rest of
the templates.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'printing_templates/Six Dives.html')
-rw-r--r-- | printing_templates/Six Dives.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/printing_templates/Six Dives.html b/printing_templates/Six Dives.html index 0fe48a628..77290e830 100644 --- a/printing_templates/Six Dives.html +++ b/printing_templates/Six Dives.html @@ -153,7 +153,7 @@ <td> SAC: {{ dive.sac }}</td> </tr> <tr> - <td> Divemaster: {{ dive.divemaster }}</td> + <td> Dive guide: {{ dive.divemaster }}</td> <td> Buddy: {{ dive.buddy }}</td> <td> Rating: {{ dive.rating }}/5</td> </tr> |