From 368ee7ae8003f38ab5bd9037f2bee24657293ceb Mon Sep 17 00:00:00 2001 From: manojava-gk Date: Mon, 31 Jul 2023 11:49:33 +0530 Subject: [PATCH] updates(notification): use variable which is already present --- src/assets/locales/de/notification.json | 4 ++-- src/assets/locales/en/notification.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/assets/locales/de/notification.json b/src/assets/locales/de/notification.json index 62a010ffe..54d394c62 100644 --- a/src/assets/locales/de/notification.json +++ b/src/assets/locales/de/notification.json @@ -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", diff --git a/src/assets/locales/en/notification.json b/src/assets/locales/en/notification.json index 6008a0627..49be33227 100644 --- a/src/assets/locales/en/notification.json +++ b/src/assets/locales/en/notification.json @@ -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",