diff --git a/Plugins/CompleteTimestamps/CompleteTimestamps.plugin.js b/Plugins/CompleteTimestamps/CompleteTimestamps.plugin.js index f5958d1962..d1e5a44a9f 100644 --- a/Plugins/CompleteTimestamps/CompleteTimestamps.plugin.js +++ b/Plugins/CompleteTimestamps/CompleteTimestamps.plugin.js @@ -212,7 +212,7 @@ class CompleteTimestamps { this.setMaxWidth(); BDFDB.addClass(stamp, "complete-timestamp"); stamp.parentElement.insertBefore(BDFDB.htmlToElement(`ARABIC FIX`), stamp); - BDFDB.setInnerText(stamp, this.getTimestamp(this.languages[BDFDB.DataUtils.get(this, "choices")].id, time), "creationDateLang"); + BDFDB.setInnerText(stamp, this.getTimestamp(this.languages[BDFDB.DataUtils.get(this, "choices", "creationDateLang")].id, time)); } }