Project

General

Profile

« Previous | Next » 

Revision 59904

Changes in the registration process as described in ticket #5750

View differences:

shared-messages.ts
88 88
export const formErrorRegisterRepo = errorRegisterRepo;
89 89
export const formSuccessUpdatedRepo = 'The datasource was updated successfully.';
90 90
export const formSuccessRegisteredDatasource = 'The datasource was registered successfully';
91
export const formSuccessAddedInterface = 'The interface was added successfully.';
92
export const formSuccessUpdatedInterface = 'The interface was updated successfully.';
91
// export const formSuccessAddedInterface = 'The interface was added successfully.';
92
// export const formSuccessUpdatedInterface = 'The interface was updated successfully.';
93
export const formSuccessAddedInterface = 'The harvesting settings are valid!';
94
export const formSuccessUpdatedInterface = 'The harvesting settings are valid!';
93 95

  
94 96
/* BaseUrl validation Messages */
95 97
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. Please, make sure that you are using the correct protocol ("http" or "https"), as the service is currently unable to follow url redirects.';
98
export const invalidCustomBaseUrl = 'The base URL could not be confirmed. Μake sure that you are using the correct protocol ("http" or "https"), as the service is currently unable to follow url redirects. If the warning persists, leave us a note in the comments section. We will check your interface and contact you if there are any problems.';
97 99
export const identifyingUrl = 'Identifying Url ...';

Also available in: Unified diff