diff --git a/app/views/new_user/dossiers/merci.html.haml b/app/views/new_user/dossiers/merci.html.haml index f587b62df..6c14d0122 100644 --- a/app/views/new_user/dossiers/merci.html.haml +++ b/app/views/new_user/dossiers/merci.html.haml @@ -18,7 +18,6 @@ Vous pouvez %b le modifier et - %b échanger avec un instructeur - lors de sa construction et de son instruction + %b échanger avec un instructeur. = link_to 'Accéder à votre dossier', dossier_path(@dossier), class: 'button large primary' diff --git a/config/environments/production.rb b/config/environments/production.rb index 07e86f837..a1b4ff87b 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -93,7 +93,7 @@ Rails.application.configure do # the I18n.default_locale when a translation cannot be found). config.i18n.fallbacks = true - config.active_storage.service = :clever_cloud + config.active_storage.service = :openstack # Send deprecation notices to registered listeners. config.active_support.deprecation = :notify