Skip to content

Commit

Permalink
Fixed two sentences for lang et (home-assistant#1514)
Browse files Browse the repository at this point in the history
  • Loading branch information
gerdo authored Dec 4, 2023
1 parent 7562232 commit 27b602c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion responses/et/HassTurnOff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ language: et
responses:
intents:
HassTurnOff:
default: "Turned off {{ slots.name }}"
default: "{{ slots.name }} lülitatud välja"
2 changes: 1 addition & 1 deletion responses/et/HassTurnOn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ language: et
responses:
intents:
HassTurnOn:
default: "Turned on {{ slots.name }}"
default: "{{ slots.name }} lülitatud sisse"
2 changes: 1 addition & 1 deletion tests/et/homeassistant_HassTurnOff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ tests:
name: HassTurnOff
slots:
name: "Elutoa lamp"
response: "Turned off elutoa lamp"
response: "elutoa lamp lülitatud välja"
2 changes: 1 addition & 1 deletion tests/et/homeassistant_HassTurnOn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ tests:
name: HassTurnOn
slots:
name: "Elutoa lamp"
response: "Turned on elutoa lamp"
response: "elutoa lamp lülitatud sisse"

0 comments on commit 27b602c

Please sign in to comment.