Skip to content

Commit

Permalink
FIX: Remove extra mention in print page (Hypertopic#158).
Browse files Browse the repository at this point in the history
  • Loading branch information
franck-eyraud committed Mar 3, 2018
1 parent e98dab6 commit 40af85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion couchdb/shows/text.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function(work, req) {
data.isTrad=false;
} else if (work.translations && work.translations[version]) {
data.work=work.translations[version];
data.work.creator=data.i18n["i_trad"]+" "+version;
data.work.creator=version;
data.isTrad=true;
}
data.text=[];
Expand Down

0 comments on commit 40af85c

Please sign in to comment.