working on translation of system messages
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package de.srsoftware.umbrella.core;
|
||||
|
||||
public class Errors {
|
||||
public static final String FAILED_TO_LOAD_CONTACT_BY_ID = "failed_to_load_contact_by_id";
|
||||
public static final String FAILED_TO_LOAD_CONTACTS_OF_USER = "failed_to_load_contacts_of_user";
|
||||
}
|
||||
Reference in New Issue
Block a user