@open-slot-ui/core 0.4.0 → 0.4.1

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.
package/dist/index.js CHANGED
@@ -1454,10 +1454,12 @@ var openuiDefaults = {
1454
1454
  };
1455
1455
  var openuiSocialDefaults = {
1456
1456
  "openui.bet": "Play",
1457
- "openui.balance": "Credits",
1457
+ "openui.balance": "Balance",
1458
1458
  "openui.win": "Prize",
1459
1459
  "openui.buyFeature.title": "Play bonus",
1460
- "openui.buyFeature.message": "Play this bonus now?"
1460
+ "openui.buyFeature.message": "Play this bonus now?",
1461
+ "openui.err.insufficient.message": "You don't have enough balance for this play.",
1462
+ "openui.err.limit.message": "A play limit has been reached. Please try again later."
1461
1463
  };
1462
1464
  function interpolate(template, vars) {
1463
1465
  if (!vars) return template;