Skip to content

Commit

Permalink
Merge pull request #112 from InseeFr/acceptance
Browse files Browse the repository at this point in the history
Acceptance
  • Loading branch information
alicela authored Aug 11, 2020
2 parents adc0acc + 2a7426f commit c477c70
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions app/.env.development
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
REACT_APP_API_BASE_HOST = 'http://localhost:8081/api'
REACT_APP_API_BASE_HOST = 'http://localhost:6969/Bauhaus-Back-Office/api'

REACT_APP_APPLICATIONS = "concepts,classifications,operations,structures"
REACT_APP_APPLICATIONS = "concepts,classifications"
2 changes: 1 addition & 1 deletion app/.env.production
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
REACT_APP_API_BASE_HOST = './api'

REACT_APP_APPLICATIONS = "concepts,classifications,operations,structures"
REACT_APP_APPLICATIONS = "concepts,classifications"
2 changes: 1 addition & 1 deletion app/.env.test
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
REACT_APP_API_BASE_HOST = 'http://localhost:8081/api'
REACT_APP_API_BASE_HOST = 'http://localhost:6969/Bauhaus-Back-Office/api'

REACT_APP_APPLICATIONS = "concepts,classifications,operations,structures"
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Bauhaus",
"version": "2.0.0",
"version": "2.1.0",
"description": "Web application for the management of concepts, classifications and other statistical objects",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion app/src/js/i18n/dictionary/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const dictionary = {
},
validationStatusPlaceholder: {
fr: 'Sélectionnez le statut de publication...',
en: 'Select publishing status...',
en: 'Select publication status...',
},
creatorTitle: {
fr: 'Propriétaire',
Expand Down
4 changes: 2 additions & 2 deletions app/src/js/i18n/dictionary/concepts.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ const dictionary = {
},
isConceptValidTitle: {
fr: 'État du concept',
en: 'State of the concept',
en: 'Publication status',
},
isCollectionValidTitle: {
fr: 'État de la collection',
en: 'State of the collection',
en: 'Publication status',
},
conceptsDefinition: {
fr: 'Définition',
Expand Down

0 comments on commit c477c70

Please sign in to comment.