Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

Commit

Permalink
fix(translations): fix incorrect translations
Browse files Browse the repository at this point in the history
  • Loading branch information
wowshakhov committed Aug 23, 2017
1 parent 1ab7a51 commit bed72dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/vm/vm-list/vm-list.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export class VmListComponent implements OnInit {
selector: (item: VirtualMachine) =>
item.instanceGroup ? item.instanceGroup.name : noGroup,
name: (item: VirtualMachine) =>
item.instanceGroup ? item.instanceGroup.name : 'NO_GROUP'
item.instanceGroup ? item.instanceGroup.name : 'VM_PAGE.FILTERS.NO_GROUP'
},
{
key: 'colors',
Expand Down

0 comments on commit bed72dd

Please sign in to comment.