Skip to content

Commit

Permalink
compat matrix update. grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
stevespringett committed Feb 10, 2021
1 parent bd9d518 commit d3d44f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Always use the Front-End version that is compatible with the Dependency-Track AP

| Dependency-Track API Server | Front-End |
|:-----|:-----|
| v4.1 | v1.2 |
| v4.0 | v1.1 |
| v3.8 | v1.0 |
| v1.0 - v3.7.1 | Not supported |
Expand Down Expand Up @@ -65,7 +66,7 @@ reflect the base URL of a Dependency-Track server.
## Deployment

![Deployment Options](https://raw.githubusercontent.com/DependencyTrack/frontend/master/docs/images/Frontend-Deployment.svg?sanitize=true)
toch

The front-end is deployed to a general purpose web server (e.g. NGINX or Apache). To configure the front-end
for this scenario, simply change the value of API_BASE_URL in static/config.json.

Expand All @@ -77,7 +78,7 @@ for this scenario, simply change the value of API_BASE_URL in static/config.json

## Internationalization (i18n)

This project supports internationalization. Currently on English language is supported. Pull requests to support additional languages are encouraged.
This project supports internationalization. Currently, only English language is supported. Pull requests to support additional languages are encouraged.

Note to developers: Textual labels are defined in `src/i18n/messages.json`. Ensure that all labels are defined here and that components use i18n, not textual labels directly.

Expand Down

0 comments on commit d3d44f8

Please sign in to comment.