We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd4fc2c commit 14ea6c0Copy full SHA for 14ea6c0
app/src/main/java/fr/free/nrw/commons/contributions/Contribution.java
@@ -23,8 +23,8 @@
23
24
public class Contribution extends Media {
25
26
- //{{According to EXIF data|2009-01-09}}
27
- private static final String TEMPLATE_DATE_ACC_TO_EXIF = "{{According to EXIF data|%s}}";
+ //{{According to Exif data|2009-01-09}}
+ private static final String TEMPLATE_DATE_ACC_TO_EXIF = "{{According to Exif data|%s}}";
28
29
//2009-01-09 → 9 January 2009
30
private static final String TEMPLATE_DATA_OTHER_SOURCE = "%s";
0 commit comments