Skip to content

Commit 8e82899

Browse files
leonardomendixiobuhov
authored andcommitted
test(datagrid-web): update screenshot baseline
1 parent c8d0615 commit 8e82899

File tree

10 files changed

+2
-2
lines changed

10 files changed

+2
-2
lines changed
136 Bytes
Loading
85 Bytes
Loading
119 Bytes
Loading
-188 Bytes
Loading
-190 Bytes
Loading
-130 Bytes
Loading
-128 Bytes
Loading
Loading

packages/pluggableWidgets/gallery-web/src/Gallery.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
<caption>Item count singular</caption>
211211
<description>Must include '%d' to denote number position</description>
212212
<translations>
213-
<translation lang="en_US">%d items selected</translation>
213+
<translation lang="en_US">%d item selected</translation>
214214
</translations>
215215
</property>
216216
<property key="selectedCountTemplatePlural" type="textTemplate" required="false">

packages/shared/widget-plugin-grid/src/selection-counter/SelectionCounter.viewModel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export class SelectionCounterViewModel {
2323
}
2424

2525
private get formatSingular(): string {
26-
return this.props.selectedCountTemplateSingular?.value || "%d items selected";
26+
return this.props.selectedCountTemplateSingular?.value || "%d item selected";
2727
}
2828

2929
private get formatPlural(): string {

0 commit comments

Comments
 (0)