diff --git a/static/js/ReaderPanel.jsx b/static/js/ReaderPanel.jsx
index 8139ac878a..4fdbe6e422 100644
--- a/static/js/ReaderPanel.jsx
+++ b/static/js/ReaderPanel.jsx
@@ -1543,9 +1543,9 @@ class ReaderDisplayOptionsMenu extends Component {
render() {
let languageOptions = [
- {name: "english", content: "A", role: "radio", ariaLabel: "Show English Text" },
- {name: "bilingual", content: "Aཀ", role: "radio", ariaLabel: "Show English & Hebrew Text" },
- {name: "hebrew", content: "ཀ", role: "radio", ariaLabel: "Show Hebrew Text" }
+ {name: "english", content: `A`, role: "radio", ariaLabel: "Show English Text" },
+ {name: "bilingual", content: `A ${Sefaria._('text.reader_option_menu.font_size_lable')}`, role: "radio", ariaLabel: "Show English & Hebrew Text" },
+ {name: "hebrew", content: `${Sefaria._('text.reader_option_menu.font_size_lable')}`, role: "radio", ariaLabel: "Show Hebrew Text" }
];
let languageToggle = this.showLangaugeToggle() ? (