diff options
Diffstat (limited to 'printing_templates/Flowlayout.html')
-rw-r--r-- | printing_templates/Flowlayout.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/printing_templates/Flowlayout.html b/printing_templates/Flowlayout.html index eaa7289f8..3409b04a9 100644 --- a/printing_templates/Flowlayout.html +++ b/printing_templates/Flowlayout.html @@ -129,7 +129,7 @@ </tr> <tr> <td class="fieldTitle"> - <h1> Max depth </h1> + <h1> Max. depth </h1> </td> <td class="fieldData"> <p> {{ dive.depth }} </p> @@ -147,7 +147,7 @@ <table class="table_class"> <tbody><tr> <td class="fieldTitle"> - <h1> Time. </h1> + <h1> Time </h1> </td> <td class="fieldData"> <p> {{ dive.time }} </p> |