fix localized string

This commit is contained in:
mst 2025-03-11 16:06:50 +03:00
parent 6304d8aeea
commit db08a58400
No known key found for this signature in database

View file

@ -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>