diff --git a/e2e/suites/list-views/file-libraries.test.ts b/e2e/suites/list-views/file-libraries.test.ts index 22194ba6e..dcbea7132 100755 --- a/e2e/suites/list-views/file-libraries.test.ts +++ b/e2e/suites/list-views/file-libraries.test.ts @@ -82,7 +82,7 @@ describe('File Libraries', () => { }); it('has the correct columns - [C217095]', async () => { - const labels = [ 'Title', 'Status' ]; + const labels = [ 'Title', 'Visibility' ]; const elements = labels.map(label => dataTable.getColumnHeaderByLabel(label)); expect(await dataTable.getColumnHeaders().count()).toBe(2 + 1, 'Incorrect number of columns'); diff --git a/src/app/components/info-drawer/library-metadata-tab/library-metadata-form.component.html b/src/app/components/info-drawer/library-metadata-tab/library-metadata-form.component.html index 4ea4e8c28..ac0b0a38b 100644 --- a/src/app/components/info-drawer/library-metadata-tab/library-metadata-form.component.html +++ b/src/app/components/info-drawer/library-metadata-tab/library-metadata-form.component.html @@ -42,7 +42,7 @@
- {{ 'LIBRARY.DIALOG.FORM.TYPE' | translate }} + {{ 'LIBRARY.DIALOG.FORM.VISIBILITY' | translate }} @@ -96,7 +96,7 @@ - + {{ type.label | translate }} diff --git a/src/assets/app.extensions.json b/src/assets/app.extensions.json index 9c2faa21d..d5c7dc297 100644 --- a/src/assets/app.extensions.json +++ b/src/assets/app.extensions.json @@ -978,7 +978,7 @@ { "id": "app.libraries.visibility", "key": "visibility", - "title": "APP.DOCUMENT_LIST.COLUMNS.STATUS", + "title": "APP.DOCUMENT_LIST.COLUMNS.VISIBILITY", "type": "text", "sortable": true, "template": "app.columns.libraryStatus", diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json index 20e4f3a26..4fc844be8 100644 --- a/src/assets/i18n/en.json +++ b/src/assets/i18n/en.json @@ -149,7 +149,7 @@ "SIZE": "Size", "MODIFIED_ON": "Modified", "MODIFIED_BY": "Modified by", - "STATUS": "Status", + "VISIBILITY": "Visibility", "TITLE": "Title", "LOCATION": "Location", "SHARED_BY": "Shared by", @@ -290,7 +290,7 @@ "DESCRIPTION": "Description", "SITE_ID": "Library ID", "NAME": "Name", - "TYPE": "Type" + "VISIBILITY": "Visibility" } }, "VISIBILITY": {