Project

General

Profile

« Previous | Next » 

Revision 55618

in register - moved deletion of existing interface to the end of the whole process and added separate error message for not valid interfaces prompting fix or delete instead of silently deleting them

View differences:

shared-messages.ts
17 17
export const noAggregationHistory = 'There is no aggregation history for this repository at the moment';
18 18

  
19 19
/* Interfaces Messages */
20
export const noInterfacesSaved = 'You have to create at least one interface';
20
export const noInterfacesSaved = 'You have to create at least one interface.';
21
export const errorsInInterfaces = 'There are still invalid interfaces. Please correct or remove them.';
21 22
export const nonRemovableInterface = 'This interface can not be removed!';
22 23

  
23 24
/* Rules Messages */

Also available in: Unified diff