Skip to content

Commit 3ba8019

Browse files
Merge branch 'DSpace:main' into SpanishTranslationKeys
2 parents 65ce727 + 1efa886 commit 3ba8019

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ List of changes in this PR:
1616
**Include guidance for how to test or review your PR.** This may include: steps to reproduce a bug, screenshots or description of a new feature, or reasons behind specific changes.
1717

1818
## Checklist
19-
_This checklist provides a reminder of what we are going to look for when reviewing your PR. You need not complete this checklist prior to creating your PR (draft PRs are always welcome).
19+
_This checklist provides a reminder of what we are going to look for when reviewing your PR. You do not need to complete this checklist prior creating your PR (draft PRs are always welcome).
2020
However, reviewers may request that you complete any actions in this list if you have not done so. If you are unsure about an item in the checklist, don't hesitate to ask. We're here to help!_
2121

2222
- [ ] My PR is **created against the `main` branch** of code (unless it is a backport or is fixing an issue specific to an older branch).

Dockerfile.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Test build:
55
# docker build -f Dockerfile.dist -t dspace/dspace-angular:latest-dist .
66

7-
FROM node:18-alpine as build
7+
FROM node:18-alpine AS build
88

99
# Ensure Python and other build tools are available
1010
# These are needed to install some node modules, especially on linux/arm64

src/assets/i18n/fr.json5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6386,10 +6386,10 @@
63866386
"submission.workflow.tasks.pool.show-detail": "Afficher le détail",
63876387

63886388
// "submission.workspace.generic.view": "View",
6389-
"submission.workspace.generic.view": "Voir",
6389+
"submission.workspace.generic.view": "Afficher",
63906390

63916391
// "submission.workspace.generic.view-help": "Select this option to view the item's metadata.",
6392-
"submission.workspace.generic.view-help": "Sélectionner cette option pour voir les métadonnées de l'item.",
6392+
"submission.workspace.generic.view-help": "Sélectionner cette option pour afficher les métadonnées de l'item.",
63936393

63946394
// "thumbnail.default.alt": "Thumbnail Image",
63956395
"thumbnail.default.alt": "Vignette d'image",

0 commit comments

Comments
 (0)