diff --git a/dmp-frontend/src/app/ui/user-profile/add-account/add-account-dialog.component.html b/dmp-frontend/src/app/ui/user-profile/add-account/add-account-dialog.component.html index e4f0fc153..b726f2564 100644 --- a/dmp-frontend/src/app/ui/user-profile/add-account/add-account-dialog.component.html +++ b/dmp-frontend/src/app/ui/user-profile/add-account/add-account-dialog.component.html @@ -1,6 +1,6 @@
-

{{'USER-PROFILE.ACTIONS.ADD-NEW-ACCOUNT' | translate}}

+

{{'USER-PROFILE.ACTIONS.LINK-NEW-ACCOUNT' | translate}}

close
diff --git a/dmp-frontend/src/app/ui/user-profile/user-profile.component.html b/dmp-frontend/src/app/ui/user-profile/user-profile.component.html index 1cc529b1d..4b2a24caa 100644 --- a/dmp-frontend/src/app/ui/user-profile/user-profile.component.html +++ b/dmp-frontend/src/app/ui/user-profile/user-profile.component.html @@ -57,7 +57,7 @@
add - {{'USER-PROFILE.ACTIONS.ADD-NEW' | translate}} + {{'USER-PROFILE.ACTIONS.LINK-NEW' | translate}}
diff --git a/dmp-frontend/src/assets/i18n/de.json b/dmp-frontend/src/assets/i18n/de.json index 84bcb3b00..ab86a95a6 100644 --- a/dmp-frontend/src/assets/i18n/de.json +++ b/dmp-frontend/src/assets/i18n/de.json @@ -1401,8 +1401,8 @@ }, "ACTIONS": { "SAVE": "Save", - "ADD-NEW": "Add new", - "ADD-NEW-ACCOUNT": "Add new account", + "LINK-NEW": "Link new", + "LINK-NEW-ACCOUNT": "Link new account", "ADD": "Add", "CANCEL": "Cancel" } diff --git a/dmp-frontend/src/assets/i18n/en.json b/dmp-frontend/src/assets/i18n/en.json index c7ef4bab4..ffeb0c501 100644 --- a/dmp-frontend/src/assets/i18n/en.json +++ b/dmp-frontend/src/assets/i18n/en.json @@ -1401,8 +1401,8 @@ }, "ACTIONS": { "SAVE": "Save", - "ADD-NEW": "Add new", - "ADD-NEW-ACCOUNT": "Add new account", + "LINK-NEW": "Link new", + "LINK-NEW-ACCOUNT": "Link new account", "ADD": "Add", "CANCEL": "Cancel" } diff --git a/dmp-frontend/src/assets/i18n/es.json b/dmp-frontend/src/assets/i18n/es.json index 371d6be5f..0643735e4 100644 --- a/dmp-frontend/src/assets/i18n/es.json +++ b/dmp-frontend/src/assets/i18n/es.json @@ -1401,8 +1401,8 @@ }, "ACTIONS": { "SAVE": "Save", - "ADD-NEW": "Add new", - "ADD-NEW-ACCOUNT": "Add new account", + "LINK-NEW": "Link new", + "LINK-NEW-ACCOUNT": "Link new account", "ADD": "Add", "CANCEL": "Cancel" } diff --git a/dmp-frontend/src/assets/i18n/gr.json b/dmp-frontend/src/assets/i18n/gr.json index fff083cd2..2288136a6 100644 --- a/dmp-frontend/src/assets/i18n/gr.json +++ b/dmp-frontend/src/assets/i18n/gr.json @@ -1401,8 +1401,8 @@ }, "ACTIONS": { "SAVE": "Save", - "ADD-NEW": "Add new", - "ADD-NEW-ACCOUNT": "Add new account", + "LINK-NEW": "Link new", + "LINK-NEW-ACCOUNT": "Link new account", "ADD": "Add", "CANCEL": "Cancel" } diff --git a/dmp-frontend/src/assets/i18n/sk.json b/dmp-frontend/src/assets/i18n/sk.json index ba760a1d3..5de3cfd72 100644 --- a/dmp-frontend/src/assets/i18n/sk.json +++ b/dmp-frontend/src/assets/i18n/sk.json @@ -1401,8 +1401,8 @@ }, "ACTIONS": { "SAVE": "Save", - "ADD-NEW": "Add new", - "ADD-NEW-ACCOUNT": "Add new account", + "LINK-NEW": "Link new", + "LINK-NEW-ACCOUNT": "Link new account", "ADD": "Add", "CANCEL": "Cancel" } diff --git a/dmp-frontend/src/assets/i18n/tr.json b/dmp-frontend/src/assets/i18n/tr.json index c88b578cf..5e41aece1 100644 --- a/dmp-frontend/src/assets/i18n/tr.json +++ b/dmp-frontend/src/assets/i18n/tr.json @@ -1401,8 +1401,8 @@ }, "ACTIONS": { "SAVE": "Save", - "ADD-NEW": "Add new", - "ADD-NEW-ACCOUNT": "Add new account", + "LINK-NEW": "Link new", + "LINK-NEW-ACCOUNT": "Link new account", "ADD": "Add", "CANCEL": "Cancel" }