diff --git a/src/components/events/partials/ModalTabsAndPages/EventDetailsAssetMediaDetails.tsx b/src/components/events/partials/ModalTabsAndPages/EventDetailsAssetMediaDetails.tsx index 9c8db06fda..1859abb50b 100644 --- a/src/components/events/partials/ModalTabsAndPages/EventDetailsAssetMediaDetails.tsx +++ b/src/components/events/partials/ModalTabsAndPages/EventDetailsAssetMediaDetails.tsx @@ -142,9 +142,9 @@ const EventDetailsAssetMediaDetails = () => { {t("EVENTS.EVENTS.DETAILS.ASSETS.STREAMS") /* Streams */}
-
+
{/* table with details for the audio streams */} -
+
{ t( @@ -248,7 +248,7 @@ const EventDetailsAssetMediaDetails = () => {
{/* table with details for the video streams */} -
+
{ t( diff --git a/src/components/shared/TableActionDropdown.tsx b/src/components/shared/TableActionDropdown.tsx index 3c1ae1df90..a9a991f166 100644 --- a/src/components/shared/TableActionDropdown.tsx +++ b/src/components/shared/TableActionDropdown.tsx @@ -53,7 +53,7 @@ const TableActionDropdown = ({ return (
handleActionMenu(e)} ref={containerAction} @@ -62,7 +62,7 @@ const TableActionDropdown = ({ {/* show dropdown if actions is clicked*/} {displayActionMenu && ( -
    +
      {actions.map((action, key) => {formik => (
      - {/* download link for a statistic file */} -
      - - - -
      +
      + {/* statistics total value */} +
      + {t("STATISTICS.TOTAL") /* Total */} + {": " + totalValue} +
      - {/* statistics total value */} -
      - {t("STATISTICS.TOTAL") /* Total */} - {": " + totalValue} + {/* download link for a statistic file */} +
      + + + +
      {/* radio buttons for selecting the mode of choosing the timeframe of statistic */} diff --git a/src/components/shared/wizard/SelectContainer.tsx b/src/components/shared/wizard/SelectContainer.tsx index e81a18d0c3..7f8adf8f38 100644 --- a/src/components/shared/wizard/SelectContainer.tsx +++ b/src/components/shared/wizard/SelectContainer.tsx @@ -191,7 +191,7 @@ const SelectContainer = ({ return (
      -
      +