@posiwise/i18n 0.0.36 → 0.0.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/en.json +2 -0
  2. package/package.json +1 -1
package/en.json CHANGED
@@ -690,6 +690,8 @@
690
690
  "Admin.Incident.StartedAt": "Started At",
691
691
  "Admin.Credentials.DeletedMessage": "Deleted successfully.",
692
692
  "Admin.Tos.DeletedMessage": "Deleted successfully.",
693
+ "Admin.Tos.TosUpdatedAt": "TOS updated at",
694
+ "Admin.Tos.Tooltip.TosUpdatedAt": "Users who accepted the Terms of Service before this date will need to re-accept them.",
693
695
  "Admin.Incident.ResolvedAt": "Resolved At",
694
696
  "Admin.Incident.calender.placeholder": "Select a date",
695
697
  "Users.AddedMessage": "User Details have been saved successfully.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posiwise/i18n",
3
- "version": "0.0.36",
3
+ "version": "0.0.37",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {