Skip to content

Commit

Permalink
fix: addAppToDockMac NextSteps variant
Browse files Browse the repository at this point in the history
  • Loading branch information
vkraucunas committed Nov 19, 2024
1 parent ad3c369 commit 3824ff1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const variants = {
actionText: t('nextSteps_duckPlayer_actionText'),
}),
/** @param {(translationId: string) => string} t */
addAppDockMac: (t) => ({
addAppToDockMac: (t) => ({
id: 'addAppToDockMac',
icon: 'Dock-Add-Mac',
title: t('nextSteps_addAppDockMac_title'),
Expand Down

0 comments on commit 3824ff1

Please sign in to comment.