mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
create-realm: Simplify organization name field on new org form.
Removes the placeholder text and hint. Adds a link to the help center article about creating your organization profile. Fixes #34496.
This commit is contained in:
committed by
Tim Abbott
parent
18b2427937
commit
6d7bff4a16
@@ -569,7 +569,6 @@ html_rules: list["Rule"] = [
|
||||
"description": "`placeholder` value should be translatable.",
|
||||
"exclude_line": {
|
||||
("templates/zerver/realm_creation_form.html", 'placeholder="acme"'),
|
||||
("templates/zerver/realm_creation_form.html", 'placeholder="Acme or Ακμή"'),
|
||||
},
|
||||
"exclude": {
|
||||
"templates/corporate",
|
||||
|
||||
Reference in New Issue
Block a user