@posiwise/i18n 1.0.3 → 1.0.4

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 +3 -0
  2. package/package.json +9 -9
package/en.json CHANGED
@@ -380,6 +380,9 @@
380
380
  "Admin.Users.UpdatedMessage": "User Details are saved successfully.",
381
381
  "Admin.Users.UpdatedRole": "Role has been updated",
382
382
  "Admin.Users.DeletedMessage": "Deleted successfully.",
383
+ "Admin.Users.SidebarIntro.Lead": "Overview of the Users screen: manage subscription members, filters, and search from the main table.",
384
+ "Admin.Users.SidebarIntro.FilterHint": "Use the filter control to limit by role, product, or feature key, then choose specific values when the second selector appears.",
385
+ "Admin.Users.SidebarIntro.SearchHint": "Use the search field to narrow rows by name, email, or other values shown in the table.",
383
386
  "Admin.Users.Tooltip.FirstName": "User's first name",
384
387
  "Admin.Users.Tooltip.LastName": "User's last name",
385
388
  "Admin.Users.Tooltip.PreferredName": "User's preferred name",
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
- "name": "@posiwise/i18n",
3
- "version": "1.0.3",
4
- "description": "",
5
- "main": "index.js",
6
- "scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1"
8
- },
9
- "author": "",
10
- "license": "ISC"
2
+ "name": "@posiwise/i18n",
3
+ "version": "1.0.4",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "author": "",
10
+ "license": "ISC"
11
11
  }