small changes
Template tests / tests (push) Successful in 1m49s

This commit is contained in:
Iisyourdad
2026-06-11 11:21:06 -05:00
parent 726f993a7a
commit 4e342a7449
+1 -1
View File
@@ -620,7 +620,7 @@ class GuideEditor {
const allSelected = this.steps.length > 0 && n === this.steps.length; const allSelected = this.steps.length > 0 && n === this.steps.length;
this.dom.stepBulkBar.append( this.dom.stepBulkBar.append(
el('div.bulk-bar', {}, el('div.bulk-bar', {},
el('span', {}, n ? `${n} selected` : 'Select steps to delete'), el('span', {}, `${n} step${n === 1 ? '' : 's'} selected`),
el('span.spacer', {}), el('span.spacer', {}),
el('button', { el('button', {
type: 'button', type: 'button',