Skip to content

Commit

Permalink
#183 added strings and definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony4m committed Jan 17, 2025
1 parent 39484f7 commit 953e185
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -898,6 +898,7 @@ public interface Strings {
String infoArchivedContacts = "infoArchivedContacts";
String infoArchivedEventParticipants = "infoArchivedEventParticipants";
String infoArchivedEvents = "infoArchivedEvents";
String infoArchivedEbs = "infoArchivedEbs";
String infoArchivedTravelEntries = "infoArchivedTravelEntries";
String infoAssigneeMissingEmail = "infoAssigneeMissingEmail";
String infoAssigneeMissingEmailOrPhoneNumber = "infoAssigneeMissingEmailOrPhoneNumber";
Expand Down
1 change: 1 addition & 0 deletions sormas-api/src/main/resources/strings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -930,6 +930,7 @@ infoAddTestsToSample = To add a test result to this sample, it has to be marked
infoArchivedCases = Cases are automatically archived after %d days without changes to the data.
infoArchivedContacts = Contacts are automatically archived after %d days without changes to the data.
infoArchivedEvents = Events are automatically archived after %d days without changes to the data.
infoArchivedEbs = Signals / Events are automatically archived after %d days without changes to the data.
infoArchivedEventParticipants = Event participants are automatically archived after %d days without changes to the data.
infoArchivedTravelEntries = Travel entries are automatically archived after %d days without changes to the data.
infoAssigneeMissingEmail = The user assigned to this task does not have an e-mail address provided, and will therefore not be notified.
Expand Down

0 comments on commit 953e185

Please sign in to comment.