Refactor preferences tab strings for consistency (#2888)

* Refactor preferences tab strings for consistency

* Lint
This commit is contained in:
Hugh Nimmo-Smith
2024-12-13 13:23:32 +00:00
committed by GitHub
parent 7807c44fdc
commit e84ecc68b3
4 changed files with 15 additions and 15 deletions

View File

@@ -41,13 +41,13 @@ export const PreferencesSettingsTab: FC = () => {
return (
<div>
<Text>{t("settings.preferences_tab_body")}</Text>
<Text>{t("settings.preferences_tab.introduction")}</Text>
<FieldRow>
<InputField
id="showHandRaisedTimer"
label={t("settings.preferences_tab_show_hand_raised_timer_label")}
label={t("settings.preferences_tab.show_hand_raised_timer_label")}
description={t(
"settings.preferences_tab_show_hand_raised_timer_description",
"settings.preferences_tab.show_hand_raised_timer_description",
)}
type="checkbox"
checked={showHandRaisedTimer}