Better translation: Target URL to Link URL.

This commit is contained in:
Lauri Ojansivu 2020-09-18 19:20:16 +03:00
parent 05e3fc31b4
commit 3fc80e1145
7 changed files with 21 additions and 21 deletions

View file

@ -170,7 +170,7 @@ BlazeComponent.extendComponent({
const customLoginLogoImageUrl = $('#custom-login-logo-image-url')
.val()
.trim();
const customLoginLogoTargetUrl = $('#custom-login-logo-target-url')
const customLoginLogoLinkUrl = $('#custom-login-logo-link-url')
.val()
.trim();
const customTopLeftCornerLogoImageUrl = $(
@ -178,8 +178,8 @@ BlazeComponent.extendComponent({
)
.val()
.trim();
const customTopLeftCornerLogoTargetUrl = $(
'#custom-top-left-corner-logo-target-url',
const customTopLeftCornerLogoLinkUrl = $(
'#custom-top-left-corner-logo-link-url',
)
.val()
.trim();
@ -194,9 +194,9 @@ BlazeComponent.extendComponent({
productName,
hideLogo: hideLogoChange,
customLoginLogoImageUrl,
customLoginLogoTargetUrl,
customLoginLogoLinkUrl,
customTopLeftCornerLogoImageUrl,
customTopLeftCornerLogoTargetUrl,
customTopLeftCornerLogoLinkUrl,
displayAuthenticationMethod,
defaultAuthenticationMethod,
},