webpack-bootstrap-ui-kit/src/js_old/lang/_en.js

18 lines
501 B
JavaScript
Raw Normal View History

2019-06-08 17:20:51 +02:00
/**
* Add your global events here
*/
2020-12-24 23:42:33 +01:00
export default {
2019-06-08 17:20:51 +02:00
en: {
jsSteppedForm: {
2021-08-18 20:51:15 +02:00
STEPCOUNTER:
'<div class="steps-counter">Step <b class="current-step"></b> of <b class="total-steps"></b></div>',
STEPBUTTONS:
'<div class="steps-buttons">' +
'<a href="#" class="step-ctrl step-prev"><i class="fas fa-chevron-left"></i> Prev</a>' +
' <a href="#" class="step-ctrl step-next">Next <i class="fas fa-chevron-right"></i></a>' +
2022-05-03 20:50:57 +02:00
'</div>',
2019-06-08 17:20:51 +02:00
},
},
2022-05-03 20:50:57 +02:00
}