Skip to content

Commit

Permalink
Fixed "String resources" view
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyKulagin committed Dec 26, 2019
1 parent 0ddc681 commit 09c24ae
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,13 @@
new ColumnProperty(nameof(LocaleResourceModel.ResourceValue))
{
Title = T("Admin.Configuration.Languages.Resources.Fields.Value").Text,
Width = "300",
Editable = true,
EditType = EditType.String
},
new ColumnProperty(nameof(LocaleResourceModel.Id))
{
Title = T("Admin.Common.Edit").Text,
Width = "200",
Width = "100",
ClassName = NopColumnClassDefaults.Button,
Render = new RenderButtonsInlineEdit()
},
Expand Down

0 comments on commit 09c24ae

Please sign in to comment.