Skip to content

Commit

Permalink
Fix translation parameterization thing
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSun48 committed Oct 18, 2024
1 parent f41715b commit 612dcda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ export function DraggableTabBar({
<DraggableTabMenuButton
hasUnsavedChanges={!!tab.unsavedChanges}
menuOptions={makeMenuOptions(tab)}
aria-label={t(`{label} Ellipsis Menu`, {label: tab.label})}
aria-label={t(`%s Ellipsis Menu`, tab.label)}
/>
</motion.div>
)}
Expand Down

0 comments on commit 612dcda

Please sign in to comment.