diff --git a/src/app/components/picklist/picklist.ts b/src/app/components/picklist/picklist.ts index bd59d005f3d..1dc877357b3 100755 --- a/src/app/components/picklist/picklist.ts +++ b/src/app/components/picklist/picklist.ts @@ -673,7 +673,7 @@ export class PickList implements AfterViewChecked, AfterContentInit { } get moveToSourceAriaLabel() { - return this.allLeftButtonAriaLabel ? this.allLeftButtonAriaLabel : this.config.translation.aria ? this.config.translation.aria.moveToSource : undefined; + return this.leftButtonAriaLabel ? this.leftButtonAriaLabel : this.config.translation.aria ? this.config.translation.aria.moveToSource : undefined; } get moveAllToSourceAriaLabel() {