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: {
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[] {
const returnProperties = [];