Skip to content

Commit cd7d47c

Browse files
Micheleboychukvins01-4science
authored andcommitted
Merged in task/dspace-cris-2025_02_x/DSC-2848 (pull request DSpace#4421)
DSC-2848: [2025] Improve Jisc OpenPolicyFinder (OPF) Approved-by: Vincenzo Mecca
2 parents 999da6a + 8771ec4 commit cd7d47c

4 files changed

Lines changed: 9 additions & 44 deletions

File tree

src/assets/i18n/en.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2856,7 +2856,7 @@
28562856

28572857
"form.entry.source.zdb": "",
28582858

2859-
"form.entry.source.jisc": "- Jisc Open policy finder",
2859+
"form.entry.source.opf": "- Jisc Open Policy Finder",
28602860

28612861
"form.remove": "Remove",
28622862

Lines changed: 6 additions & 0 deletions
Loading

src/assets/images/sherpa.logo.icon.svg

Lines changed: 0 additions & 41 deletions
This file was deleted.

src/config/default-app-config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,8 @@ export class DefaultAppConfig implements AppConfig {
299299
path: 'assets/images/ror.logo.icon.svg',
300300
},
301301
{
302-
source: 'sherpa',
303-
path: 'assets/images/sherpa.logo.icon.svg',
302+
source: 'opf',
303+
path: 'assets/images/opf.logo.icon.svg',
304304
},
305305
{
306306
source: 'zdb',

0 commit comments

Comments
 (0)