Skip to content

Commit

Permalink
update label
Browse files Browse the repository at this point in the history
  • Loading branch information
SuaYoo committed Feb 5, 2025
1 parent 4a7c2ae commit 81022f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/features/archived-items/archived-item-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ export class ArchivedItemList extends TailwindElement {
{
cssCol: "1fr",
cell: html`<btrix-table-header-cell>
${msg("Pages Crawled")}
${msg("Pages")}
</btrix-table-header-cell>`,
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ export class ArchivedItemDetail extends BtrixElement {
</btrix-desc-list-item>
`,
)}
<btrix-desc-list-item label=${msg("Pages Crawled")}>
<btrix-desc-list-item label=${msg("Pages")}>
${this.item
? html`${this.localize.number(this.item.pageCount || 0)}
${pluralOf("pages", this.item.pageCount || 0)}`
Expand Down

0 comments on commit 81022f5

Please sign in to comment.