mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-2265] All labels should be translated (#1047)
* [ACA-2265] add missing translation keys * [ACA-2265] translatable copyright text * [ACA-2265] translatable 'by {{user}}' * [ACA-2265] translate special strings from location * [ACA-2265] translate special strings from location - fix failing e2e test C280499 * [ACA-2265] use translation string from 'LABEL' - fixes issue [ACA-2072] bcs. it shows "File Libraries" text on breadcrumb as on site-dropdown
This commit is contained in:
committed by
Denys Vuika
parent
9744c1618e
commit
927e5232da
@@ -11,8 +11,7 @@
|
||||
<div class="line">
|
||||
{{ 'APP.BROWSE.SEARCH.CUSTOM_ROW.MODIFIED' | translate }}:
|
||||
{{ modifiedAt | date: 'medium' }}
|
||||
|
||||
by <span> {{ user }} </span>
|
||||
{{ 'APP.BROWSE.SEARCH.CUSTOM_ROW.BY_USER' | translate: { user: user } }}
|
||||
|
||||
<span *ngIf="size"
|
||||
>| {{ 'APP.BROWSE.SEARCH.CUSTOM_ROW.SIZE' | translate }}:
|
||||
|
Reference in New Issue
Block a user