diff --git a/modules/system/controllers/updates/_update_list.htm b/modules/system/controllers/updates/_update_list.htm
index 28bef79e7..3ec0e7c5a 100644
--- a/modules/system/controllers/updates/_update_list.htm
+++ b/modules/system/controllers/updates/_update_list.htm
@@ -31,12 +31,14 @@
= e(array_get($theme, 'name', 'Unknown')) ?>
- Theme
+ = e(trans('system::lang.updates.theme_label')) ?>
- = e(array_get($theme, 'version', 'v1.0.0')) ?>
- - New theme installation.
+ - = e(trans('system::lang.updates.theme_new_install')) ?>
+
+
$plugin): ?>
diff --git a/modules/system/lang/en/lang.php b/modules/system/lang/en/lang.php
index 66336b6ba..0be1c384f 100644
--- a/modules/system/lang/en/lang.php
+++ b/modules/system/lang/en/lang.php
@@ -143,6 +143,8 @@ return [
'update_success' => 'The update process was performed successfully.',
'update_failed_label' => 'Update failed',
'force_label' => 'Force update',
+ 'theme_label' => 'Theme',
+ 'theme_new_install' => 'New theme installation.',
'found' => [
'label' => 'Found new updates!',
'help' => 'Click Update software to begin the update process.',