chore: add conversation id
This commit is contained in:
@@ -71,6 +71,7 @@ const title = computed(() => {
|
||||
const { meta: { sender: { name = null } = {} } = {}, created_at: createdAt } =
|
||||
props.conversation;
|
||||
return t('INTEGRATION_SETTINGS.LINEAR.LINK.LINK_TITLE', {
|
||||
conversationId: props.conversation.id,
|
||||
name,
|
||||
timeAgo: timeAgo(createdAt),
|
||||
});
|
||||
|
||||
@@ -218,7 +218,7 @@
|
||||
"ERROR": "There was an error fetching the linear issues, please try again",
|
||||
"LINK_SUCCESS": "Issue linked successfully",
|
||||
"LINK_ERROR": "There was an error linking the issue, please try again",
|
||||
"LINK_TITLE": "%{name}: Created %{timeAgo}"
|
||||
"LINK_TITLE": "#%{conversationId}: %{name}- Created %{timeAgo}"
|
||||
},
|
||||
"ADD_OR_LINK": {
|
||||
"TITLE": "Create/link linear issue",
|
||||
|
||||
Reference in New Issue
Block a user