mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-18 12:53:42 -05:00
fix localized string
This commit is contained in:
parent
6304d8aeea
commit
db08a58400
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
<span class="input-group-text">/</span>
|
||||
<input type="text" id="ntfy.topic" name="ntfy.topic" value="{{ cfg.ntfy.topic }}" class="form-control" aria-label="{{ _('Topic') }}">
|
||||
</div>
|
||||
<h3 class="fw-light mb-2">{{ _('Credentials (optional)') }}</h3>
|
||||
<h3 class="fw-light mb-2">{{ _('Credentials') }} {{ _('(optional)') }}</h3>
|
||||
<p class="text-body-secondary mb-3">{{ _('Set credentials if the topic is protected') }}</p>
|
||||
<div class="form-group mb-3 mt-2">
|
||||
<label class="form-label" for="ntfy.user">{{ _('Username') }}</label>
|
||||
|
|
Loading…
Add table
Reference in a new issue