alert_words_ui: Rename btn -> button in JS variables.

This commit is a part of the efforts to rename btn-related classes
and variables to align with Zulip's no-abbreviations policy and
streamline the search results.
This commit is contained in:
Sayam Samal 2024-11-13 18:15:01 +05:30 committed by Tim Abbott
parent e9e009bc9a
commit 663fb36e35
1 changed files with 2 additions and 2 deletions

View File

@ -101,8 +101,8 @@ run_test("close_status_message", ({override_rewire}) => {
const close = $alert_word_settings.get_on_handler("click", ".close-alert-word-status");
const $alert = $(".alert");
const $close_btn = $(".close-alert-word-status");
$close_btn.set_parents_result(".alert", $alert);
const $close_button = $(".close-alert-word-status");
$close_button.set_parents_result(".alert", $alert);
$alert.show();