Skip to content

Commit

Permalink
chore(lyrics-plus/OptionsMenu): change displayed text
Browse files Browse the repository at this point in the history
  • Loading branch information
rxri committed Feb 8, 2025
1 parent 0ab90c2 commit 4b4f76f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CustomApps/lyrics-plus/OptionsMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ const TranslationMenu = react.memo(({ friendlyLanguage, hasTranslation }) => {
const savedTranslationDisplay = localStorage.getItem(`${APP_NAME}:visual:translate:display-mode`) || "replace";
CONFIG.visual["translate:display-mode"] = savedTranslationDisplay;
const translationDisplayOptions = {
replace: "Replace",
below: "Below",
replace: "Replace original",
below: "Below original",
};

const languageOptions = {
Expand Down

0 comments on commit 4b4f76f

Please sign in to comment.