mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Better translation: Target URL to Link URL.
This commit is contained in:
parent
05e3fc31b4
commit
3fc80e1145
7 changed files with 21 additions and 21 deletions
|
|
@ -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,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue