Files
zulip/zerver/tests/test_templates.py
David Rosa 0e0512df92 widgets: Rename confusing variable name in tabbed_instructions.ts.
The `tabbed_instructions` widget used for both language toggles in our
API documentation and app toggles in our Help Center documentation
misleadingly calls the identifier for the tab `language` in local
variables and its interface.

- Renames local variables `language` -> `tab_key`.
- Renames HTML data attributes `data-language` -> `data-tab-key`.

Fixes #24669.
2023-06-24 07:47:25 -07:00

5.2 KiB