Skip to content

Commit 2f2ab26

Browse files
committed
frontend/devices: change translation
the new translation is smaller and causes nicer linebreaks
1 parent 2c9d47a commit 2f2ab26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/src/locales/de.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export const de ={
6464
"sorting_sequence_asc": "Aufsteigend",
6565
"sorting_sequence_desc": "Absteigend",
6666
"note": "Notiz",
67-
"last_state_change": "Letzte Statusänderung",
67+
"last_state_change": "Statusänderung",
6868
"time_just_now": "Gerade eben",
6969
"time_minutes_ago": "vor {{count}}m",
7070
"time_hours_ago": "vor {{count}}h",

frontend/src/locales/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export const en = {
6868
"sorting_sequence_asc": "Ascending",
6969
"sorting_sequence_desc": "Descending",
7070
"note": "Note",
71-
"last_state_change": "Last State Change",
71+
"last_state_change": "State Change",
7272
"time_just_now": "Just now",
7373
"time_minutes_ago": "{{count}}m ago",
7474
"time_hours_ago": "{{count}}h ago",

0 commit comments

Comments
 (0)