File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44definitions :
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
2424pipelines :
2525 branches :
26- ' dspace -cris-2024_02_x ' :
26+ ' main -cris' :
2727 - step : *unittest-code-checks
2828 ' prod/** ' :
2929 - step : *unittest-code-checks
Original file line number Diff line number Diff line change 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",
You can’t perform that action at this time.
0 commit comments