Skip to content

Commit

Permalink
Fix string and translations for quota option
Browse files Browse the repository at this point in the history
  • Loading branch information
ufozone committed Dec 17, 2023
1 parent e0b30c0 commit a423bf4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/unifi_voucher/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"data": {
"wlan_name": "What is the name of your guest WLAN?",
"voucher_number": "How many new vouchers should be created at the same time?",
"voucher_quota": "How much data traffic should be available per voucher? (0 = unlimited)",
"voucher_quota": "How often should a voucher be usable? (0 = unlimited)",
"voucher_duration": "How long should a voucher be valid from the time it is used?",
"voucher_usage_quota": "How much data traffic should be available per voucher? (0 = unlimited)"
}
Expand Down
2 changes: 1 addition & 1 deletion custom_components/unifi_voucher/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"data": {
"wlan_name": "Wie lautet der Namen deines Gast-WLANs?",
"voucher_number": "Wie viele neue Gutschein sollen gleichzeitig erstellt werden?",
"voucher_quota": "Wie viel Datenverkehr soll pro Gutschein nutzbar sein? (0 = unbegrenzt)",
"voucher_quota": "Wie häufig soll ein Gutschein nutzbar sein? (0 = unbegrenzt)",
"voucher_duration": "Wie lange soll ein Gutschein ab Einlösen gültig sein?",
"voucher_usage_quota": "Wie viel Datenverkehr soll pro Gutschein nutzbar sein? (0 = unbegrenzt)"
}
Expand Down
2 changes: 1 addition & 1 deletion custom_components/unifi_voucher/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"data": {
"wlan_name": "What is the name of your guest WLAN?",
"voucher_number": "How many new vouchers should be created at the same time?",
"voucher_quota": "How much data traffic should be available per voucher? (0 = unlimited)",
"voucher_quota": "How often should a voucher be usable? (0 = unlimited)",
"voucher_duration": "How long should a voucher be valid from the time it is used?",
"voucher_usage_quota": "How much data traffic should be available per voucher? (0 = unlimited)"
}
Expand Down

0 comments on commit a423bf4

Please sign in to comment.