Item button addNewItemText fixed..

This commit is contained in:
Cüneyt Şentürk 2021-01-01 15:53:11 +03:00
parent 5984a589c7
commit 9737e8aad0

View File

@ -67,7 +67,7 @@
<div class="aka-select-footer" @click="onItemCreate"> <div class="aka-select-footer" @click="onItemCreate">
<span> <span>
<i class="fas fa-plus"></i> {{ createNewItemText }} <i class="fas fa-plus"></i> &nbsp; {{ createNewItemText }}
</span> </span>
</div> </div>
</div> </div>
@ -141,7 +141,7 @@ export default {
default: 'Add an item', default: 'Add an item',
description: "" description: ""
}, },
createNewItemTax:{ createNewItemText:{
type: String, type: String,
default: 'Create a new item', default: 'Create a new item',
description: "" description: ""