Skip to content

Commit 0588b51

Browse files
committed
Improving name for top-level archive.
1 parent 5f1ff5c commit 0588b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nikola/plugins/task/archive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def get_classification_friendly_name(self, classification, lang, only_last_compo
9595
"""Extract a friendly name from the classification."""
9696
classification = self.extract_hierarchy(classification)
9797
if len(classification) == 0:
98-
return ""
98+
return self.site.MESSAGES[lang]['Archive']
9999
elif len(classification) == 1:
100100
return classification[0]
101101
elif len(classification) == 2:

0 commit comments

Comments
 (0)