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/Flowlayout.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/Flowlayout.html')
-rw-r--r-- | printing_templates/Flowlayout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/printing_templates/Flowlayout.html b/printing_templates/Flowlayout.html index 3409b04a9..ec957e549 100644 --- a/printing_templates/Flowlayout.html +++ b/printing_templates/Flowlayout.html @@ -179,7 +179,7 @@ </tr> <tr> <td class="fieldTitle"> - <h1> Divemaster </h1> + <h1> Dive guide </h1> </td> <td class="fieldData"> <p> {{ dive.divemaster }} </p> |