Skip to content

Commit

Permalink
fix(subscription): add translations
Browse files Browse the repository at this point in the history
  • Loading branch information
manojava-gk committed Sep 19, 2024
1 parent e266bb3 commit 04ec329
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/assets/locales/de/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -1488,6 +1488,8 @@
"pleaseEnterValidURL": "Please enter a valid URL",
"error": "Error",
"success": "Success",
"pending": "Subscription is Pending",
"active": "Subscription is Active",
"tabs": {
"request": "Request",
"active": "Active",
Expand Down
2 changes: 2 additions & 0 deletions src/assets/locales/en/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -1456,6 +1456,8 @@
"pleaseEnterValidURL": "Please enter a valid URL",
"error": "Error",
"success": "Success",
"pending": "Subscription is Pending",
"active": "Subscription is Active",
"tabs": {
"request": "Request",
"active": "Active",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export default function SubscriptionElements({
<Tooltips
color="dark"
tooltipPlacement="top-start"
tooltipText={'Subscription is active'}
tooltipText={t('content.appSubscription.active')}
>
<AddTaskIcon className="statusIcon active" />
</Tooltips>
Expand Down

0 comments on commit 04ec329

Please sign in to comment.