diff options
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> |