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