mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
0310eb31da
commit
bdf990d40e
5 changed files with 5 additions and 5 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue