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

@ -49,7 +49,7 @@ Settings.attachSchema(
type: String,
optional: true,
},
customLoginLogoTargetUrl: {
customLoginLogoLinkUrl: {
type: String,
optional: true,
},
@ -57,7 +57,7 @@ Settings.attachSchema(
type: String,
optional: true,
},
customTopLeftCornerLogoTargetUrl: {
customTopLeftCornerLogoLinkUrl: {
type: String,
optional: true,
},