Skip to content

Commit

Permalink
updates(notification): add new line code
Browse files Browse the repository at this point in the history
  • Loading branch information
manojava-gk committed Jul 31, 2023
1 parent f06b552 commit 7897b32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/assets/locales/de/notification.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
},
"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. Neue URL: {{newUrl}}"
"content": "Der App Provider hat die hinterlegte App Instance URL für ihre abonnierte App {{appName}} geändert.\n\nNeue URL: {{newUrl}}"
},
"link": {
"appmarketplace": "Zum App Marketplace",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/locales/en/notification.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
},
"SUBSCRIPTION_URL_UPDATE": {
"title": "App URL {{appName}} updated",
"content": "The app provider has changed the stored App Instance URL for your subscribed app {{appName}}. New URL: {{newUrl}}"
"content": "The app provider has changed the stored App Instance URL for your subscribed app {{appName}}.\n\nNew URL: {{newUrl}}"
},
"link": {
"appmarketplace": "Go to app marketplace",
Expand Down

0 comments on commit 7897b32

Please sign in to comment.