Skip to content

Commit

Permalink
Change tempalte character case from EXIF to Exif (#3330)
Browse files Browse the repository at this point in the history
  • Loading branch information
mds08011 authored and maskaravivek committed Jan 20, 2020
1 parent cd4fc2c commit 14ea6c0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@

public class Contribution extends Media {

//{{According to EXIF data|2009-01-09}}
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}}";

//2009-01-09 → 9 January 2009
private static final String TEMPLATE_DATA_OTHER_SOURCE = "%s";
Expand Down

0 comments on commit 14ea6c0

Please sign in to comment.