mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
banners: Convert banners into plain text.
This commits convert the banners of "Settings > Default user settings" and "Personal > Bots" into plain text. Also, change the plain text of "Personal > Bots" to be more descriptive. Fixes part of #34252.
This commit is contained in:
committed by
Tim Abbott
parent
e52ee6ee98
commit
85d8c225a3
@@ -963,6 +963,7 @@ input[type="checkbox"] {
|
||||
#bot-settings {
|
||||
.add-a-new-bot {
|
||||
margin-bottom: 2px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
hr {
|
||||
|
@@ -1,9 +1,9 @@
|
||||
<div id="bot-settings" class="settings-section" data-name="your-bots">
|
||||
<div class="bot-settings-form">
|
||||
{{#unless current_user.is_guest}}
|
||||
<div class="tip">
|
||||
<div>
|
||||
{{#tr}}
|
||||
Looking for our <z-integrations>integrations</z-integrations> or <z-api>API</z-api> documentation?
|
||||
See the <z-integrations>integrations</z-integrations> and <z-api>API</z-api> documentation for more information.
|
||||
{{#*inline "z-integrations"}}<a href="/integrations/" target="_blank" rel="noopener noreferrer">{{> @partial-block}}</a>{{/inline}}
|
||||
{{#*inline "z-api"}}<a href="/api/" target="_blank" rel="noopener noreferrer">{{> @partial-block}}</a>{{/inline}}
|
||||
{{/tr}}
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<div id="realm-user-default-settings" class="settings-section" data-name="organization-level-user-defaults">
|
||||
{{#if is_admin}}
|
||||
<div class="tip">
|
||||
<div>
|
||||
{{#tr}}
|
||||
Configure the <z-link>default personal preference settings</z-link>
|
||||
for new users joining your organization.
|
||||
|
Reference in New Issue
Block a user