Skip to content

Commit

Permalink
Merge pull request #566 from webitel/fix/change-log-locale
Browse files Browse the repository at this point in the history
fix: opened changelog header locale [WTEL-3832]
  • Loading branch information
liza-pohranichna authored Dec 5, 2023
2 parents 3230395 + b440059 commit 58f79a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default {
const baseUrl = '/system/changelogs';
return [
{ name: this.$t('objects.system.system') },
{ name: this.$tc('objects.system.changelogs.changelogs', 2), route: baseUrl },
{ name: this.$tc('objects.system.changelogs.changelogs', 1), route: baseUrl },
{
name: this.id ? this.pathName : this.$t('objects.new'),
route: this.id ? `${baseUrl}/${this.id}` : `${baseUrl}/new`,
Expand Down

0 comments on commit 58f79a0

Please sign in to comment.