diff --git a/app/helpers/storage_locations_helper.rb b/app/helpers/storage_locations_helper.rb index 1e0b6d651..8754ad523 100644 --- a/app/helpers/storage_locations_helper.rb +++ b/app/helpers/storage_locations_helper.rb @@ -1,5 +1,7 @@ module StorageLocationsHelper def storage_locations_placeholder + return if StorageLocation.storage_locations_enabled? + "
+
+ {{ i18n.t(`storage_locations.show.assign_modal.selected_row_description`, { name: selectedRowName }) }} +
+{{ i18n.t(`storage_locations.show.assign_modal.${assignMode}_description`) }}