Skip to content

Commit

Permalink
Merge pull request #12194 from nextcloud/backport/12193/stable29
Browse files Browse the repository at this point in the history
[stable29] chore(chat): remove unneeded translation
  • Loading branch information
ShGKme authored Apr 23, 2024
2 parents 83d48bf + 3676e24 commit 7d5f566
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/MessagesList/MessagesList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -579,8 +579,7 @@ export default {
escape: false, // French "Today" has a ' in it
})
} else {
// TRANSLATORS: <March 18th, 2024>
return t('spreed', '{absoluteDate}', { absoluteDate: date.format('LL') })
return date.format('LL')
}

},
Expand Down

0 comments on commit 7d5f566

Please sign in to comment.