Skip to content

Commit fb2434e

Browse files
snitin315iamareebjamal
authored andcommitted
fix: footer copyright credits (#3698)
1 parent c192f12 commit fb2434e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/components/footer-main.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<div class="ui stackable grid">
7474
<div class="thirteen wide computer twelve wide tablet column left aligned">
7575
<div class="ui horizontal inverted small divided link list less top margin">
76-
<span class="item">{{t 'Copyright'}} &copy; {{moment-format (now) 'YYYY'}} {{config.appName}} </span>
76+
<span class="item">{{t 'Copyright'}} &copy; {{moment-format (now) 'YYYY'}} {{settings.appName}} </span>
7777
{{#each footerPages as |page|}}
7878
{{#link-to 'pages' page.url class='item'}}
7979
{{page.name}}

0 commit comments

Comments
 (0)