Skip to content

Commit c5c87ec

Browse files
fix: typebot sessions
1 parent 19aff45 commit c5c87ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/modal/TypebotSessions.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export default {
143143
value: "createdAt",
144144
},
145145
{
146-
title: this.$t("typebot.session.headers.updateAt"),
146+
title: this.$t("typebot.session.headers.updatedAt"),
147147
value: "updateAt",
148148
},
149149
{ title: "", value: "actions" },

src/i18n/en.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,5 @@ export default {
110110
paused: "Paused",
111111
closed: "Closed",
112112
}
113-
}
113+
},
114114
}

0 commit comments

Comments
 (0)