diff --git a/settings/personal.php b/settings/personal.php index 86ac4f753f485..a9637011afa40 100644 --- a/settings/personal.php +++ b/settings/personal.php @@ -225,9 +225,11 @@ // add hardcoded forms from the template $formsAndMore = []; $formsAndMore[]= ['anchor' => 'personal-settings', 'section-name' => $l->t('Personal info')]; +if (\OC::$server->getAppManager()->isEnabledForUser('firstrunwizard')) { + $formsAndMore[]= ['anchor' => 'clientsbox', 'section-name' => $l->t('Sync clients')]; +} $formsAndMore[]= ['anchor' => 'sessions', 'section-name' => $l->t('Sessions')]; $formsAndMore[]= ['anchor' => 'apppasswords', 'section-name' => $l->t('App passwords')]; -$formsAndMore[]= ['anchor' => 'clientsbox', 'section-name' => $l->t('Sync clients')]; $forms=OC_App::getForms('personal'); diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 3e30d77539598..8eadfd1a227e4 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -301,6 +301,7 @@ +

t('Get the apps to sync your files'));?>

@@ -329,10 +330,9 @@ $l->t('If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!'))); ?>

-

t('Show First Run Wizard again'));?>

-
+

t('Sessions'));?>