Skip to content

Commit

Permalink
feat(service subscription): rename configure button (eclipse-tractusx…
Browse files Browse the repository at this point in the history
  • Loading branch information
lavanya-bmw authored Oct 9, 2024
1 parent 415ef17 commit f0839f0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

### Change

- **Service Subscriptions**
- rename 'Configure' button to 'Activate' button [#1150](https://github.com/eclipse-tractusx/portal-frontend/pull/1150)

## 2.3.0-alpha.2

### Change
Expand Down
3 changes: 1 addition & 2 deletions src/assets/locales/de/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -1483,8 +1483,7 @@
"recommendations": "Recommendations",
"allServices": "All Services",
"viewDetails": "Display more details",
"activateBtn": "Activate",
"configureBtn": "Configure",
"activateBtn": "Aktivieren",
"pleaseEnterValidURL": "Please enter a valid URL",
"error": "Error",
"success": "Success",
Expand Down
1 change: 0 additions & 1 deletion src/assets/locales/en/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -1452,7 +1452,6 @@
"allServices": "All Services",
"viewDetails": "Display more details",
"activateBtn": "Activate",
"configureBtn": "Configure",
"pleaseEnterValidURL": "Please enter a valid URL",
"error": "Error",
"success": "Success",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export default function SubscriptionElements({
<>
<Chip
color="primary"
label={t('content.appSubscription.configureBtn')}
label={t('content.appSubscription.activateBtn')}
type="plain"
variant="filled"
onClick={() => {
Expand Down

0 comments on commit f0839f0

Please sign in to comment.