diff --git a/core/lib/Drupal/Core/Updater/Theme.php b/core/lib/Drupal/Core/Updater/Theme.php
index b379325..7468501 100644
--- a/core/lib/Drupal/Core/Updater/Theme.php
+++ b/core/lib/Drupal/Core/Updater/Theme.php
@@ -84,7 +84,8 @@ public function postInstall() {
    */
   public function postInstallTasks() {
     return array(
-      \Drupal::l(t('Install newly added themes'), new Url('system.themes_page')),
+      \Drupal::l(t('Install another theme'), new Url('system.theme_install')),
+      \Drupal::l(t('Enable newly added themes'), new Url('system.themes_page')),
       \Drupal::l(t('Administration pages'), new Url('system.admin')),
     );
   }
