Skip to content

Commit

Permalink
updates(notification): use variable which is already present
Browse files Browse the repository at this point in the history
  • Loading branch information
manojava-gk committed Jul 31, 2023
1 parent 7897b32 commit 368ee7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/assets/locales/de/notification.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
"content": "Verified Credential {{credentialType}} wurde abgelehnt. Sie können jederzeit die Anfrage wiederholen."
},
"SUBSCRIPTION_URL_UPDATE": {
"title": "App URL {{appName}} updated",
"content": "Der App Provider hat die hinterlegte App Instance URL für ihre abonnierte App {{appName}} geändert.\n\nNeue URL: {{newUrl}}"
"title": "App URL {{app}} updated",
"content": "Der App Provider hat die hinterlegte App Instance URL für ihre abonnierte App {{app}} geändert.\n\nNeue URL: {{newUrl}}"
},
"link": {
"appmarketplace": "Zum App Marketplace",
Expand Down
4 changes: 2 additions & 2 deletions src/assets/locales/en/notification.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@
"content": "Verified Credential {{credentialType}} got declined. You can start a new request immediately."
},
"SUBSCRIPTION_URL_UPDATE": {
"title": "App URL {{appName}} updated",
"content": "The app provider has changed the stored App Instance URL for your subscribed app {{appName}}.\n\nNew URL: {{newUrl}}"
"title": "App URL {{app}} updated",
"content": "The app provider has changed the stored App Instance URL for your subscribed app {{app}}.\n\nNew URL: {{newUrl}}"
},
"link": {
"appmarketplace": "Go to app marketplace",
Expand Down

0 comments on commit 368ee7a

Please sign in to comment.