Skip to content

Commit

Permalink
fix: opened changelog header locale [WTEL-3832]
Browse files Browse the repository at this point in the history
  • Loading branch information
lizacoma committed Dec 5, 2023
1 parent 3230395 commit b440059
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 b440059

Please sign in to comment.