fix and rename variables + remove comments

This commit is contained in:
2021-08-07 19:21:34 +02:00
parent e178183cef
commit c075ff199d
5 changed files with 12 additions and 12 deletions

View File

@@ -63,9 +63,9 @@ export default {
create: window.buttonText || null,
edit: window.buttonText || null
},
type: window.button.type || null,
size: window.button.size || null,
display: window.button.display //boolean, default: true
type: window.buttonType || null,
size: window.buttonSize || null,
display: window.buttonDisplay //boolean, default: true
},
/// Modal title text if create or edit address (trans chain, see i18n)