diff --git a/src/General/Build.coffee b/src/General/Build.coffee
index c45c48d78..18caadc4b 100755
--- a/src/General/Build.coffee
+++ b/src/General/Build.coffee
@@ -39,7 +39,7 @@ Build =
email: Build.unescape data.email
subject: Build.unescape data.sub
flagCode: data.country
- flagName: Build.unescape data.country_name
+ flag: Build.unescape data.country_name
date: data.now
dateUTC: data.time
comment: {innerHTML: data.com or ''}
@@ -77,7 +77,7 @@ Build =
###
{
postID, threadID, boardID
- name, capcode, capcodeHighlight, tripcode, uniqueID, email, subject, flagCode, flagName, date, dateUTC
+ name, capcode, capcodeHighlight, tripcode, uniqueID, email, subject, flagCode, flag, date, dateUTC
comment
file, fileDeleted
} = o
diff --git a/src/General/html/Build/PostInfo.html b/src/General/html/Build/PostInfo.html
index f7bc041a2..5e5e0d4d8 100644
--- a/src/General/html/Build/PostInfo.html
+++ b/src/General/html/Build/PostInfo.html
@@ -10,7 +10,7 @@
?{boardID === "f" && isOP || capcode}{}{ }
?{capcode}{
}
?{uniqueID && !capcode}{ (ID: ${uniqueID})}
- ?{flagCode}{ }
+ ?{flagCode}{ }
${date}
diff --git a/src/General/lib/fetcher.class b/src/General/lib/fetcher.class
index 7b6784c3c..1df57d552 100644
--- a/src/General/lib/fetcher.class
+++ b/src/General/lib/fetcher.class
@@ -141,7 +141,7 @@ class Fetcher
email: data.email
subject: data.title
flagCode: data.poster_country
- flagName: data.poster_country_name
+ flag: data.poster_country_name
date: data.fourchan_date
dateUTC: data.timestamp
comment: comment