mirror of
https://github.com/caronc/apprise-api.git
synced 2025-03-06 10:31:45 +01:00
Slight re-wording on main configuration help screen (#62)
This commit is contained in:
parent
c9ef057e34
commit
efe88a52d3
@ -53,11 +53,11 @@
|
||||
</div>
|
||||
<div class="section no-config">
|
||||
<div class="divider"></div>
|
||||
<p><strong>
|
||||
{% blocktrans %}To get started, the first thing you want to do is define your configuration. Do this by
|
||||
clicking on the <i>Configuration tab</i>.
|
||||
<p>
|
||||
<i class="material-icons info">info</i>
|
||||
{% blocktrans %}Once you have successfully load <i>at least one Apprise URL</i> on the <strong><i class="material-icons">settings</i> Configuration</strong> section, your loaded entries will display here.
|
||||
{% endblocktrans %}
|
||||
</strong></p>
|
||||
</p>
|
||||
<div class="divider"></div>
|
||||
</div>
|
||||
{% else %}
|
||||
|
@ -42,6 +42,12 @@ em {
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.no-config .info {
|
||||
color: #004d40;
|
||||
font-size: 3.3rem;
|
||||
|
||||
}
|
||||
|
||||
textarea {
|
||||
height: 16rem;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user