diff options
| author | jvoisin | 2018-12-09 19:31:53 +0100 |
|---|---|---|
| committer | jvoisin | 2018-12-09 19:31:53 +0100 |
| commit | 100f3bb295d93b0e3939087dac4d42160dd6ac6a (patch) | |
| tree | 64103a6d0e4eaa46286528ece3f06647db2ae392 | |
| parent | 73fcba8e0f43eb3e6d658db6a6e9986eba594ea1 (diff) | |
Use a better message for clean files
| -rw-r--r-- | templates/download.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/download.html b/templates/download.html index c2b2a42..cc7e150 100644 --- a/templates/download.html +++ b/templates/download.html | |||
| @@ -28,7 +28,7 @@ mat2 <b>could not</b> remove all the metadata from your file, those are the rema | |||
| 28 | </ul> | 28 | </ul> |
| 29 | </div> | 29 | </div> |
| 30 | {% else %} | 30 | {% else %} |
| 31 | meh | 31 | <p>Not a single metadata was found by mat2, odds are that your file was already clean!</p> |
| 32 | {% endif %} | 32 | {% endif %} |
| 33 | 33 | ||
| 34 | <hr/> | 34 | <hr/> |
