app icon indicating copy to clipboard operation
app copied to clipboard

Feat/dynamic Save tabs button: "Save 1 tabs" button will now be displayed as "Save 1 tab"

Open Praneeth003 opened this issue 3 months ago • 1 comments

Fixes the Tabs “Save” button label to use correct singular/plural and extract the label builder for better readability.

Changes Show “Save 1 tab” when exactly one tab is selected; “Save N tabs” when N > 1. Implemented a small helper function buildSaveTabsLabel(t, count) in src/routes/extension/tabs/action.js to format the label. Kept all text localized via existing i18n keys.

Screenshot 2025-09-29 at 6 53 31 PM

Praneeth003 avatar Sep 30 '25 00:09 Praneeth003