diff options
Diffstat (limited to 'printing_templates')
-rw-r--r-- | printing_templates/Flowlayout.html | 2 | ||||
-rw-r--r-- | printing_templates/One Dive.html | 2 | ||||
-rw-r--r-- | printing_templates/Two Dives.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/printing_templates/Flowlayout.html b/printing_templates/Flowlayout.html index 21691c22b..eaa7289f8 100644 --- a/printing_templates/Flowlayout.html +++ b/printing_templates/Flowlayout.html @@ -179,7 +179,7 @@ </tr> <tr> <td class="fieldTitle"> - <h1> Dive Master </h1> + <h1> Divemaster </h1> </td> <td class="fieldData"> <p> {{ dive.divemaster }} </p> diff --git a/printing_templates/One Dive.html b/printing_templates/One Dive.html index 3884ecaba..8cfc12799 100644 --- a/printing_templates/One Dive.html +++ b/printing_templates/One Dive.html @@ -192,7 +192,7 @@ </tr> <tr> <td class="fieldTitle"> - <h1> Dive Master </h1> + <h1> Divemaster </h1> </td> <td class="fieldData"> <p> {{ dive.divemaster }} </p> diff --git a/printing_templates/Two Dives.html b/printing_templates/Two Dives.html index 5d2e1f618..e82781758 100644 --- a/printing_templates/Two Dives.html +++ b/printing_templates/Two Dives.html @@ -201,7 +201,7 @@ </tr> <tr> <td class="fieldTitle"> - <h1> Dive Master </h1> + <h1> Divemaster </h1> </td> <td class="fieldData"> <p> {{ dive.divemaster }} </p> |