@bigbinary/neeto-themes-frontend 1.1.18 → 1.1.20

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.
@@ -28,12 +28,12 @@
28
28
  },
29
29
  "alerts": {
30
30
  "title": {
31
- "deleteTheme": "Confirm delete theme"
31
+ "deleteTheme": "Confirm theme deletion"
32
32
  },
33
33
  "message": {
34
- "deleteTheme_zero": "You are permanently deleting the \"{{name, anyCase}}\" theme. Are you sure you want to proceed?",
35
- "deleteTheme_one": "You are permanently deleting the \"{{name, anyCase}}\" theme. This theme is being used in one {{entityType, anyCase}}. {{entityType, anyCase}} using this theme would fall back to using the default \"Plain blue\" theme. Are you sure you want to proceed?",
36
- "deleteTheme_other": "You are permanently deleting the \"{{name, anyCase}}\" theme. This theme is being used in {{count}} {{entityType, anyCase}}. {{entityType, anyCase}}s using this theme would fall back to using the default \"Plain blue\" theme. Are you sure you want to proceed?"
34
+ "deleteTheme_zero": "You are permanently deleting the theme \"{{name, anyCase}}\". Are you sure you want to proceed?",
35
+ "deleteTheme_one": "You are permanently deleting the theme \"{{name, anyCase}}\". This theme is being used in one {{entityType, anyCase}}. {{entityType, anyCase}} using this theme would fall back to using the default theme \"Plain blue\". Are you sure you want to proceed?",
36
+ "deleteTheme_other": "You are permanently deleting the theme \"{{name, anyCase}}\". This theme is being used in {{count}} {{entityType, anyCase}}. {{entityType, anyCase}}s using this theme would fall back to using the default theme \"Plain blue\". Are you sure you want to proceed?"
37
37
  }
38
38
  },
39
39
  "build": {