Skip to content

Commit c5c4834

Browse files
MatusBekeclaude
andauthored
ZCU/Reduce the footer vendor credit to the company name (#1467)
The footer credit read "Theme by" stacked above the company name. Drop the wording and leave the name on its own. The i18n key footer.theme.by.message is now unused and removed from en.json5 and cs.json5. Nothing in the credit is translated any more. The anchor itself is untouched, so its rendering — including the *ngVar binding and the [href] — behaves exactly as before. Refs dataquest-dev/dspace-customers#592 Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
1 parent a1c508c commit c5c4834

3 files changed

Lines changed: 0 additions & 5 deletions

File tree

src/assets/i18n/cs.json5

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2174,8 +2174,6 @@
21742174
"footer.link.contact-us": "Kontaktujte nás",
21752175
// "footer.link.university": "University Library",
21762176
"footer.link.university": "Univerzitni Knihovna",
2177-
// "footer.theme.by.message": "Theme by",
2178-
"footer.theme.by.message": "Theme by",
21792177
// "forgot-email.form.header": "Forgot Password",
21802178
"forgot-email.form.header": "Zapomenuté heslo",
21812179
// "forgot-email.form.info": "Enter the email address associated with the account.",

src/assets/i18n/en.json5

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1733,8 +1733,6 @@
17331733

17341734
"footer.link.university": "University Library",
17351735

1736-
"footer.theme.by.message": "Theme by",
1737-
17381736
"forgot-email.form.header": "Forgot Password",
17391737

17401738
"forgot-email.form.info": "Enter the email address associated with the account.",

src/themes/custom/app/footer/footer.component.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ <h5 class="text-uppercase">Footer Content</h5>
9393
</ul>
9494
</div>
9595
<div class="footer-sign">
96-
<p class="theme-by">{{ 'footer.theme.by.message' | translate }}</p>
9796
<a class="dtq-sign text-white" *ngVar="(themedByCompanyName$ | async)?.payload?.values[0] as companyName"
9897
[href]="(themedByUrl$ | async)?.payload?.values[0]"
9998
[title]="companyName">

0 commit comments

Comments
 (0)