diff --git a/plugins/view-assets/lang/en.json b/plugins/view-assets/lang/en.json index 7643a6fe98..7422af8f49 100644 --- a/plugins/view-assets/lang/en.json +++ b/plugins/view-assets/lang/en.json @@ -63,7 +63,7 @@ "FilteredViewName": "Filtered view name", "Then": "Then", "ShowPreviewOnClick": "Please click to show document index preview...", - "Showed": "Showed", + "Shown": "Shown", "Total": "Total", "ShowEmptyGroups": "Show empty groups" } diff --git a/plugins/view-assets/lang/ru.json b/plugins/view-assets/lang/ru.json index 4b7e09a148..09b942e3c9 100644 --- a/plugins/view-assets/lang/ru.json +++ b/plugins/view-assets/lang/ru.json @@ -60,7 +60,7 @@ "FilteredViewName": "Имя фильтрованного отображения", "Then": "Затем", "ShowPreviewOnClick": "Пожалуйста нажмите чтобы увидеть предпросмотр...", - "Showed": "Показано", + "Shown": "Показано", "Total": "Всего", "ShowEmptyGroups": "Показывать пустые группы" } diff --git a/plugins/view-resources/src/components/Table.svelte b/plugins/view-resources/src/components/Table.svelte index a113b83349..aed7a22838 100644 --- a/plugins/view-resources/src/components/Table.svelte +++ b/plugins/view-resources/src/components/Table.svelte @@ -366,7 +366,7 @@