Skip to content

Commit cba6c51

Browse files
Grazia Querciavins01-4science
authored andcommitted
Merged in task/main-cris/DSC-2470 (pull request DSpace#3468)
(DSC-2470) Changed label for browse.title and browse.title.page in it.json5 Approved-by: Vincenzo Mecca
2 parents c3fcbfe + 5cbd5f6 commit cba6c51

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

bitbucket-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ options:
33

44
definitions:
55
caches:
6-
node-cris8: ./node_modules
6+
node-main: ./node_modules
77

88
steps:
99
- step: &unittest-code-checks
@@ -13,7 +13,7 @@ definitions:
1313
run-as-user: 1000
1414
size: 4x
1515
caches:
16-
- node-cris8
16+
- node-main
1717
script:
1818
- yarn install --frozen-lockfile
1919
- yarn run lint --quiet
@@ -23,7 +23,7 @@ definitions:
2323

2424
pipelines:
2525
branches:
26-
'dspace-cris-2024_02_x':
26+
'main-cris':
2727
- step: *unittest-code-checks
2828
'prod/**':
2929
- step: *unittest-code-checks

src/assets/i18n/it.json5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2214,11 +2214,11 @@
22142214

22152215
// "browse.title": "Browsing by {{ field }}{{ startsWith }} {{ value }}",
22162216
// TODO Source message changed - Revise the translation
2217-
"browse.title": "Mostra il contenuto di {{ collection }} per {{ field }}{{ startsWith }} {{ value }}",
2217+
"browse.title": "Mostra il contenuto per {{ field }}{{ startsWith }} {{ value }}",
22182218

22192219
// "browse.title.page": "Browsing by {{ field }} {{ value }}",
22202220
// TODO Source message changed - Revise the translation
2221-
"browse.title.page": "Mostra il contenuto di {{ collection }} per {{ field }} {{ value }}",
2221+
"browse.title.page": "Mostra il contenuto per {{ field }} {{ value }}",
22222222

22232223

22242224
// "bulk-import.abort-on-error": "Abort on first error",

0 commit comments

Comments
 (0)