Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/assets/i18n/cs.json5
Original file line number Diff line number Diff line change
Expand Up @@ -2174,8 +2174,6 @@
"footer.link.contact-us": "Kontaktujte nás",
// "footer.link.university": "University Library",
"footer.link.university": "Univerzitni Knihovna",
// "footer.theme.by.message": "Theme by",
"footer.theme.by.message": "Theme by",
// "forgot-email.form.header": "Forgot Password",
"forgot-email.form.header": "Zapomenuté heslo",
// "forgot-email.form.info": "Enter the email address associated with the account.",
Expand Down
2 changes: 0 additions & 2 deletions src/assets/i18n/en.json5
Original file line number Diff line number Diff line change
Expand Up @@ -1733,8 +1733,6 @@

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

"footer.theme.by.message": "Theme by",

"forgot-email.form.header": "Forgot Password",

"forgot-email.form.info": "Enter the email address associated with the account.",
Expand Down
1 change: 0 additions & 1 deletion src/themes/custom/app/footer/footer.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ <h5 class="text-uppercase">Footer Content</h5>
</ul>
</div>
<div class="footer-sign">
<p class="theme-by">{{ 'footer.theme.by.message' | translate }}</p>
<a class="dtq-sign text-white" *ngVar="(themedByCompanyName$ | async)?.payload?.values[0] as companyName"
[href]="(themedByUrl$ | async)?.payload?.values[0]"
[title]="companyName">
Expand Down
Loading