Reserve dialogs

This commit is contained in:
binwiederhier 2023-01-31 21:39:30 -05:00
parent 259293f9b3
commit 07cdf2bc7a
13 changed files with 587 additions and 397 deletions

View file

@ -188,11 +188,11 @@ const SubscribePage = (props) => {
checked={reserveTopicVisible}
onChange={(ev) => setReserveTopicVisible(ev.target.checked)}
inputProps={{
"aria-label": t("subscription_settings_dialog_reserve_topic_label")
"aria-label": t("reserve_dialog_checkbox_label")
}}
/>
}
label={t("subscription_settings_dialog_reserve_topic_label")}
label={t("reserve_dialog_checkbox_label")}
/>
{reserveTopicVisible &&
<ReserveTopicSelect