Fix button text

This commit is contained in:
Jan Oberhauser 2019-11-03 23:19:56 +01:00
parent 4c397ea958
commit dba4bc25c5
2 changed files with 2 additions and 2 deletions

View file

@ -60,7 +60,7 @@ export default mixins(
}, },
computed: { computed: {
getPlaceholderText (): string { getPlaceholderText (): string {
return this.parameter.placeholder ? this.parameter.placeholder : 'Choose option to add'; return this.parameter.placeholder ? this.parameter.placeholder : 'Choose Option To Add';
}, },
getProperties (): INodeProperties[] { getProperties (): INodeProperties[] {
const returnProperties = []; const returnProperties = [];

View file

@ -76,7 +76,7 @@ export default mixins(genericHelpers)
}, },
computed: { computed: {
getPlaceholderText (): string { getPlaceholderText (): string {
return this.parameter.placeholder ? this.parameter.placeholder : 'Choose option to add'; return this.parameter.placeholder ? this.parameter.placeholder : 'Choose Option To Add';
}, },
getProperties (): INodePropertyCollection[] { getProperties (): INodePropertyCollection[] {
const returnProperties = []; const returnProperties = [];