mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +08:00
integrations: Trim trailing whitespace in integration categories.
This commit is contained in:
parent
2db0a851e1
commit
ff99302dfe
@ -4983,7 +4983,7 @@ msgstr "Divers"
|
||||
|
||||
#: zerver/lib/integrations.py:57
|
||||
msgid "Monitoring"
|
||||
msgstr "Suivi "
|
||||
msgstr "Suivi"
|
||||
|
||||
#: zerver/lib/integrations.py:58
|
||||
msgid "Project management"
|
||||
|
||||
@ -162,7 +162,7 @@ function hide_catalog_show_integration() {
|
||||
$("<h3>")
|
||||
.addClass("integration-category")
|
||||
.attr("data-category", link)
|
||||
.text(category),
|
||||
.text(category.trim()),
|
||||
);
|
||||
$("#integration-instructions-group .categories").append($category_el);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user