fix: Correct link to voice mixer in index.html

This commit is contained in:
JB
2025-10-05 16:24:00 -07:00
parent 1629d3e80c
commit 9ba2362528
+1 -1
View File
@@ -36,7 +36,7 @@
<option value="{{ name }}">{{ name }} ({{ data.language|upper }})</option> <option value="{{ name }}">{{ name }} ({{ data.language|upper }})</option>
{% endfor %} {% endfor %}
</select> </select>
<p class="tag">Manage mixes in the <a href="{{ url_for('web.voice_profiles') }}">voice mixer</a>.</p> <p class="tag">Manage mixes in the <a href="{{ url_for('web.voice_profiles_page') }}">voice mixer</a>.</p>
</div> </div>
<div class="field"> <div class="field">
<label for="voice_formula">Custom voice formula</label> <label for="voice_formula">Custom voice formula</label>