Skip to content

Commit

Permalink
fix: application name shown on status page
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Sep 20, 2020
1 parent 30ba27d commit 7a83028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/indiekit/views/status.njk
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
text: __("status.application.name")
},
value: {
text: application.name2 or __("novalue")
text: application.name or __("novalue")
}
}, {
key: {
Expand Down

0 comments on commit 7a83028

Please sign in to comment.