Project

General

Profile

« Previous | Next » 

Revision 56910

Changed the error message displayed when trying to identify a baseURL (see ticket #4248)

View differences:

modules/uoa-repository-dashboard-gui/trunk/src/app/domain/shared-messages.ts
93 93

  
94 94
/* BaseUrl validation Messages */
95 95
export const didntChooseBaseUrl = 'You need to select a base URL';
96
export const invalidCustomBaseUrl = 'The url is not responding or is not a valid OAI-PMH url';
96
export const invalidCustomBaseUrl = 'The url is not responding or is not a valid OAI-PMH url. Please, make sure that you are using the correct protocol ("http" or "https"), as the service is currently unable to follow url redirects.';
97 97
export const identifyingUrl = 'Identifying Url ...';

Also available in: Unified diff