mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Merge pull request #1653 from tdonohue/fix_rss_accessibility
Fix RSS accessibility issue: link has no discernible text
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<ng-container *ngIf="(isEnabled$ | async) && (hasRoute('home') || hasRoute('collections') || hasRoute('communities'))">
|
<ng-container *ngIf="(isEnabled$ | async) && (hasRoute('home') || hasRoute('collections') || hasRoute('communities'))">
|
||||||
<div *ngIf="route$ | async as route" class="d-inline-block float-right margin-right">
|
<div *ngIf="route$ | async as route" class="d-inline-block float-right margin-right">
|
||||||
<a [href]="route" class="btn btn-secondary"><i class="fas fa-rss-square"></i></a>
|
<a [href]="route" class="btn btn-secondary" [title]="'feed.description' | translate" [attr.aria-label]="'feed.description' | translate"><i class="fas fa-rss-square"></i></a>
|
||||||
</div>
|
</div>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
@@ -1401,6 +1401,9 @@
|
|||||||
"error.validation.groupExists": "This group already exists",
|
"error.validation.groupExists": "This group already exists",
|
||||||
|
|
||||||
|
|
||||||
|
"feed.description": "Syndication feed",
|
||||||
|
|
||||||
|
|
||||||
"file-section.error.header": "Error obtaining files for this item",
|
"file-section.error.header": "Error obtaining files for this item",
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user