Skip to content

Commit

Permalink
Refine wizard messages
Browse files Browse the repository at this point in the history
  • Loading branch information
mreid-tt committed Oct 23, 2023
1 parent d35d543 commit f1c9813
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion spk/owncloud/src/wizard_templates/install_uifile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ PAGE_ADMIN_CONFIG=$(/bin/cat<<EOF
"step_title": "{{{OWNCLOUD_CONFIRM_RESTORE_STEP_TITLE}}}",
"activate_v2": "$(getActiveate)",
"items": [{
"type": "textfield",
"desc": "{{{OWNCLOUD_CONFIRM_RESTORE_DESCRIPTION}}}"
}]
}
Expand Down
2 changes: 1 addition & 1 deletion spk/owncloud/src/wizard_templates/install_uifile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ OWNCLOUD_TRUSTED_DOMAIN_2_LABEL: "Domain or IP address"
OWNCLOUD_TRUSTED_DOMAIN_3_LABEL: "Domain or IP address"

OWNCLOUD_CONFIRM_RESTORE_STEP_TITLE: "ownCloud confirm restore"
OWNCLOUD_CONFIRM_RESTORE_DESCRIPTION: "The installation will now proceed, and your previous configuration will be restored from the backup. Please ensure that the file path is correct; otherwise, a new installation will be performed."
OWNCLOUD_CONFIRM_RESTORE_DESCRIPTION: "The installation will now proceed, and your previous configuration will be restored from the backup. Please verify that the file path is accurate and that the user 'sc-owncloud' has read permissions for that path; otherwise, a new installation will be initiated."
2 changes: 1 addition & 1 deletion spk/owncloud/src/wizard_templates/install_uifile_fre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ OWNCLOUD_TRUSTED_DOMAIN_2_LABEL: "Domaine ou adresse IP"
OWNCLOUD_TRUSTED_DOMAIN_3_LABEL: "Domaine ou adresse IP"

OWNCLOUD_CONFIRM_RESTORE_STEP_TITLE: "Confirmer la restauration ownCloud"
OWNCLOUD_CONFIRM_RESTORE_DESCRIPTION: "L'installation va maintenant se poursuivre et votre configuration précédente sera restaurée à partir de la sauvegarde. Veuillez vous assurer que le chemin du fichier est correct ; sinon, une nouvelle installation sera effectuée."
OWNCLOUD_CONFIRM_RESTORE_DESCRIPTION: "L'installation va maintenant se poursuivre et votre configuration précédente sera restaurée à partir de la sauvegarde. Veuillez vérifier que le chemin du fichier est exact et que l'utilisateur « sc-owncloud » dispose des autorisations de lecture pour ce chemin ; sinon, une nouvelle installation sera lancée."

0 comments on commit f1c9813

Please sign in to comment.