Skip to content
This repository was archived by the owner on Sep 25, 2021. It is now read-only.

Commit 453fb10

Browse files
committed
0.8.9
1 parent 2f87dfb commit 453fb10

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

app.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class AtomicCalendar extends LitElement {
3535

3636
render() {
3737
if(this.firstrun){
38-
console.log("atomic_calendar v0.8.8 loaded")
38+
console.log("atomic_calendar v0.8.9 loaded")
3939
}
4040
this.language = this.config.language != '' ? this.config.language : this.hass.language.toLowerCase()
4141
let timeFormat = moment.localeData(this.language).longDateFormat('LT')
@@ -381,9 +381,9 @@ class AtomicCalendar extends LitElement {
381381
}
382382
this.config = {
383383
// text translations
384-
title: 'Kalendarz', // Card title
385-
fullDayEventText: 'Cały dzień', // "All day" custom text
386-
untilText: 'Do', // "Until" custom text
384+
title: 'Calendar', // Card title
385+
fullDayEventText: 'All day', // "All day" custom text
386+
untilText: 'Until', // "Until" custom text
387387
language: '',
388388

389389
// main settings

atomic_calendar.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/atomic_calendar.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)