Skip to content

Commit

Permalink
document the virtual cards in the UI #333
Browse files Browse the repository at this point in the history
  • Loading branch information
tueddy committed Sep 19, 2024
1 parent 24ffc99 commit 42b4822
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## DEV-branch

* 19.09.2024: Document the virtual cards in the UI #333, thanks to @caco3 !
* 18.09.2024: Re-designed tools page (#337), thanks to @caco3 !
* 16.09.2024: Fix sleep after playlist not toggling nightmode #336, thanks to @dneukirchen !
* 12.09.2024: PlatformIO package 6.8.1 (Arduino 2.0.17, ESP-IDF 4.4.7)
Expand Down
2 changes: 1 addition & 1 deletion html/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
},
"rfid": {
"title": "RFID-Zuweisungen",
"idNumber": "RFID-Chip-Nummer (12-stellig)",
"idNumber": "RFID-Chip-Nummer (12-stellig) oder <a href=\"https://forum.espuino.de/t/virtual-rfid-cards\" target=\"_blank\">virtuell</a>",
"music": "Musik",
"modification": "Modifikation",
"fileurl": {
Expand Down
2 changes: 1 addition & 1 deletion html/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
},
"rfid": {
"title": "RFID Assignments",
"idNumber": "RFID number (12 digits)",
"idNumber": "RFID-number (12 digits) or <a href=\"https://forum.espuino.de/t/virtual-rfid-cards\" target=\"_blank\">virtual</a>",
"music": "Music",
"modification": "Modification",
"fileurl": {
Expand Down
2 changes: 1 addition & 1 deletion html/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
},
"rfid": {
"title": "Assignations RFID",
"idNumber": "Numéro RFID (12 chiffres)",
"idNumber": "Numéro RFID (12 chiffres) ou <a href=\"https://forum.espuino.de/t/virtual-rfid-cards\" target=\"_blank\">virtuelle</a>",
"music": "Musique",
"modification": "Modification",
"fileurl": {
Expand Down
2 changes: 1 addition & 1 deletion html/management.html
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ <h5 class="modal-title" data-i18n="tools.nvs.erase.title"></h5>
<legend id="rfidMusicTagsAssignment" data-i18n="files.rfid.title"></legend>
<form action="#rfidMusicTags" method="POST" onsubmit="rfidAssign('rfidMusicTags'); return false">
<div class="mb-3 col-md-12 select-div">
<label for="rfidIdMusic" data-i18n="files.rfid.idNumber"></label>
<label for="rfidIdMusic" data-i18n="[html]files.rfid.idNumber"></label>
<input type="text" class="form-control bg-white text-dark" id="rfidIdMusic" maxlength="12"
pattern="[0-9]{12}" placeholder="" name="rfidIdMusic" required>
<br>
Expand Down
2 changes: 1 addition & 1 deletion src/revision.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#pragma once

#include "gitrevision.h"
constexpr const char softwareRevision[] = "Software-revision: 20240918-1-DEV";
constexpr const char softwareRevision[] = "Software-revision: 20240919-1-DEV";

0 comments on commit 42b4822

Please sign in to comment.