fansunited-widget-either-or 2.1.0 → 2.2.0

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/README.md CHANGED
@@ -286,7 +286,12 @@ const labels = {
286
286
  languagesModalSave: 'Save language preference',
287
287
  languageParentText: 'This game is a translated version of',
288
288
  gameTranslationErrorMessage: 'An error occurred while translating the game.',
289
- translateTo: 'Translate to '
289
+ translateTo: 'Translate to ',
290
+ exportUsersLeads: 'Export users leads',
291
+ exportAllUsersLeads: 'Export all users leads',
292
+ exportAllUsersLeadsDescription: 'Export all users collected leads in the game.',
293
+ usersLeadsExportMessage: 'All users leads have been exported successfully',
294
+ usersLeadsExportErrorMessage: 'There was a problem with exporting all users leads. Please try again',
290
295
  };
291
296
 
292
297
  const App = () => {
@@ -512,4 +517,9 @@ Here is all information about **`LabelsModel`**:
512
517
  | `languagesModalSave` | Languages modal save button title | Save language preference |
513
518
  | `languageParentText` | Alert text for translated game | This game is a translated version of |
514
519
  | `gameTranslationErrorMessage` | Toast error message when translating a game | An error occurred while translating the game. |
515
- | `translateTo` | Translation game content button title |Translate to |
520
+ | `translateTo` | Translation game content button title |Translate to |
521
+ | `exportUsersLeads` | Title in export users leads table | Export users leads |
522
+ | `exportAllUsersLeads` | Category label in export users leads table | Export all users leads |
523
+ | `exportAllUsersLeadsDescription` | Category description label in export users leads table | Export all users collected leads in the game. |
524
+ | `exportAllUsersLeadsDescription` | Success toast message when exporting users leads | All users leads have been exported successfully |
525
+ | `exportAllUsersLeadsDescription` | Toast error message when exporting users leads operation fails | There was a problem with exporting all users leads. Please try again |