diff --git a/src/app/modules/reports/components/time-entries-table/time-entries-table.component.html b/src/app/modules/reports/components/time-entries-table/time-entries-table.component.html
index 319b17ee..fb404377 100644
--- a/src/app/modules/reports/components/time-entries-table/time-entries-table.component.html
+++ b/src/app/modules/reports/components/time-entries-table/time-entries-table.component.html
@@ -73,7 +73,7 @@
- Total: {{ this.resultSum.hours }} hours, {{ this.resultSum.minutes }} minutes,
- Total hours entries selected: {{ resultSumEntriesSelected.hours }} hours,
- {{ resultSumEntriesSelected.minutes }} minutes
+ Total: {{ this.resultSum.hours }} hours, {{ this.resultSum.minutes }} minutes.
+ Total time of entries selected: {{ resultSumEntriesSelected.hours }} hours,
+ {{ resultSumEntriesSelected.minutes }} minutes.
diff --git a/src/app/modules/shared/components/technologies/technologies.component.html b/src/app/modules/shared/components/technologies/technologies.component.html
index 2fece04e..a591d0fb 100644
--- a/src/app/modules/shared/components/technologies/technologies.component.html
+++ b/src/app/modules/shared/components/technologies/technologies.component.html
@@ -1,5 +1,5 @@
- Technology:
+ Technologies:
{
effects.loadEntriesByTimeRange$.subscribe(action => {
expect(toastrService.warning).toHaveBeenCalledWith(
'Still loading. Limit of ' + MAX_NUMBER_OF_ENTRIES_FOR_REPORTS +
- ' entries reached, try filtering the request by users or date.' +
+ ' entries reached, try filtering the request.' +
' Some information may be missing.'
);
});