Use 'Edit' text instead of pencil emoji for URL edit button

This commit is contained in:
Erik Thiele
2026-07-10 16:25:13 +02:00
parent ce4cd4486b
commit f8b7a94845
3 changed files with 176 additions and 2 deletions

View File

@@ -179,7 +179,7 @@
data-name="{{ file.name | e }}"
data-zoom="{{ file.zoom | default(1.0) }}"
onclick="editPlaylistItem('{{ current_site }}', 'priority', this.dataset.name, this.dataset.zoom)">
✎
Edit
</button>
{% endif %}