We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab90c2 commit 4b4f76fCopy full SHA for 4b4f76f
CustomApps/lyrics-plus/OptionsMenu.js
@@ -95,8 +95,8 @@ const TranslationMenu = react.memo(({ friendlyLanguage, hasTranslation }) => {
95
const savedTranslationDisplay = localStorage.getItem(`${APP_NAME}:visual:translate:display-mode`) || "replace";
96
CONFIG.visual["translate:display-mode"] = savedTranslationDisplay;
97
const translationDisplayOptions = {
98
- replace: "Replace",
99
- below: "Below",
+ replace: "Replace original",
+ below: "Below original",
100
};
101
102
const languageOptions = {
0 commit comments