Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanTGold committed May 5, 2024
1 parent f9c270e commit 8cee15f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ const MorePluginsButton = ({onClick, moreIconTxt}: MorePluginsButtonProps): VNod
);
};

export const MorePluginsButtonWrapper = withText({moreIconTxt: <Text id="audioPlayer.pluginIcon">More</Text>})(MorePluginsButton);
export const MorePluginsButtonWrapper = withText({moreIconTxt: <Text id="audioPlayer.plugins">More</Text>})(MorePluginsButton);
2 changes: 1 addition & 1 deletion translations/en.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"enableLoop": "Enable loop",
"disableLoop": "Disable loop",
"mediaThumb": "Media thumbnail",
"pluginIcon": "Plugins"
"plugins": "Plugins"
}
}
}

0 comments on commit 8cee15f

Please sign in to comment.