Skip to content

Commit

Permalink
Fix translation for duration
Browse files Browse the repository at this point in the history
  • Loading branch information
ufozone committed Dec 18, 2023
1 parent a423bf4 commit 16c8862
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 @@ -119,7 +119,7 @@
}
},
"voucher_duration": {
"name": "Standard: Expire",
"name": "Standard: Duration",
"state_attributes": {
"last_pull": {
"name": "Last pull"
Expand Down
4 changes: 2 additions & 2 deletions custom_components/unifi_voucher/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
}
},
"voucher_duration": {
"name": "Standard: Ablaufen",
"name": "Standard: Laufzeit",
"state_attributes": {
"last_pull": {
"name": "Letzter Abruf"
Expand Down Expand Up @@ -199,7 +199,7 @@
"description": "Gibt an, wie oft ein Gutschein verwendet werden kann (0 = unbegrenzt)."
},
"duration": {
"name": "Ablauf",
"name": "Laufzeit",
"description": "Gibt an, wie lange ein Gutschein ab dem Zeitpunkt seiner Eingabe gültig ist (in Stunden)."
},
"usage_quota": {
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 @@ -119,7 +119,7 @@
}
},
"voucher_duration": {
"name": "Standard: Expire",
"name": "Standard: Duration",
"state_attributes": {
"last_pull": {
"name": "Last pull"
Expand Down

0 comments on commit 16c8862

Please sign in to comment.