raise"Please enable at least one of the two Pages storage strategy (local_store or object_store) in your config/gitlab.yml - set their 'enabled' attribute to true."
if!local_store_enabled&&!object_store_enabled
raise"Please enable at least one of the two Pages storage strategy (local_store or object_store) in your config/gitlab.yml."
let(:main_error_message){"Please enable at least one of the two Pages storage strategy (local_store or object_store) in your config/gitlab.yml - set their 'enabled' attribute to true."}
let(:main_error_message){"Please enable at least one of the two Pages storage strategy (local_store or object_store) in your config/gitlab.yml."}