diff --git a/modules/cms/lang/en/lang.php b/modules/cms/lang/en/lang.php
index 64fc9c3fa..ef11f4214 100644
--- a/modules/cms/lang/en/lang.php
+++ b/modules/cms/lang/en/lang.php
@@ -237,6 +237,7 @@ return [
'delete' => 'Delete',
'add_folder' => 'Add folder',
'search' => 'Search',
+ 'display' => 'Display',
'filter_everything' => 'Everything',
'filter_images' => 'Images',
'filter_video' => 'Video',
diff --git a/modules/cms/widgets/mediamanager/partials/_filters.htm b/modules/cms/widgets/mediamanager/partials/_filters.htm
index e54a6b408..230206617 100644
--- a/modules/cms/widgets/mediamanager/partials/_filters.htm
+++ b/modules/cms/widgets/mediamanager/partials/_filters.htm
@@ -1,4 +1,4 @@
-
Display
+= e(trans('cms::lang.media.display')) ?>
- class="active">
diff --git a/modules/system/controllers/Updates.php b/modules/system/controllers/Updates.php
index 1636ce75c..9253c30c1 100644
--- a/modules/system/controllers/Updates.php
+++ b/modules/system/controllers/Updates.php
@@ -80,7 +80,7 @@ class Updates extends Controller
try {
$this->bodyClass = 'compact-container breadcrumb-flush';
- $this->pageTitle = 'Install products';
+ $this->pageTitle = 'system::lang.plugins.install_products';
$this->addJs('/modules/system/assets/js/updates/install.js', 'core');
$this->addCss('/modules/system/assets/css/updates/install.css', 'core');
diff --git a/modules/system/lang/en/lang.php b/modules/system/lang/en/lang.php
index c62e92979..3d8a45eed 100644
--- a/modules/system/lang/en/lang.php
+++ b/modules/system/lang/en/lang.php
@@ -16,16 +16,16 @@ return [
'id' => 'Bahasa Indonesia',
'it' => 'Italian',
'ja' => 'Japanese',
+ 'nb-no' => 'Norwegian (Bokmål)',
'nl' => 'Dutch',
'pl' => 'Polish',
- 'pt-br' => 'Brazilian Portuguese',
+ 'pt-br' => 'Portuguese (Brazil)',
'ro' => 'Romanian',
'ru' => 'Russian',
'se' => 'Swedish',
'sk' => 'Slovak (Slovakia)',
'tr' => 'Turkish',
- 'zh-cn' => 'Chinese (China)',
- 'nb-no' => 'Norwegian (Bokmål)'
+ 'zh-cn' => 'Chinese (China)'
],
'directory' => [
'create_fail' => 'Cannot create directory: :name'
@@ -81,6 +81,7 @@ return [
'enable_or_disable' => 'Enable or disable',
'enable_or_disable_title' => 'Enable or Disable Plugins',
'install' => 'Install plugins',
+ 'install_products' => 'Install products',
'search' => 'search plugins to install...',
'installed' => 'Installed plugins',
'no_plugins' => 'There are no plugins installed from the marketplace.',