andoncloud-workplaces-state-timelines-widget 1.0.0 → 1.0.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.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  import './i18n';
2
2
  export { default as Widget } from './components/Widget';
3
- export declare const getDisplayName: (lang: 'en' | 'pl') => "Users presences count" | "Liczba zameldowanych osób" | "workplaces-state-timelines-widget";
3
+ export declare const getDisplayName: (lang: 'en' | 'pl') => "Status changes history" | "Historia zmian statusów" | "workplaces-state-timelines-widget";
4
4
  export declare const permissions: never[];
package/dist/index.js CHANGED
@@ -28151,10 +28151,10 @@ var Widget = function Widget(_ref) {
28151
28151
  var getDisplayName = function getDisplayName(lang) {
28152
28152
  switch (lang) {
28153
28153
  case 'en':
28154
- return 'Users presences count';
28154
+ return 'Status changes history';
28155
28155
 
28156
28156
  case 'pl':
28157
- return 'Liczba zameldowanych osób';
28157
+ return 'Historia zmian statusów';
28158
28158
 
28159
28159
  default:
28160
28160
  return 'workplaces-state-timelines-widget';