A11Y: more descriptive user page titles (#19819)

This commit is contained in:
Kris
2023-01-19 12:45:45 -05:00
committed by GitHub
parent cc39effe0e
commit f66e798ed7
28 changed files with 107 additions and 5 deletions

View File

@ -22,6 +22,7 @@ const EMAIL_FREQUENCY_OPTIONS = [
export default class PreferencesChatController extends Controller {
@service chatAudioManager;
subpageTitle = I18n.t("chat.admin.title");
emailFrequencyOptions = EMAIL_FREQUENCY_OPTIONS;