diff --git a/client/src/app/shared/components/meta-text-block/meta-text-block.component.scss b/client/src/app/shared/components/meta-text-block/meta-text-block.component.scss index 22be8c6d3..8a5751c84 100644 --- a/client/src/app/shared/components/meta-text-block/meta-text-block.component.scss +++ b/client/src/app/shared/components/meta-text-block/meta-text-block.component.scss @@ -29,5 +29,6 @@ mat-card-content { padding: 15px; + word-wrap: break-word; } } diff --git a/client/src/app/site/motions/modules/motion-detail/components/motion-comments/motion-comments.component.html b/client/src/app/site/motions/modules/motion-detail/components/motion-comments/motion-comments.component.html index b1568168e..569b78b20 100644 --- a/client/src/app/site/motions/modules/motion-detail/components/motion-comments/motion-comments.component.html +++ b/client/src/app/site/motions/modules/motion-detail/components/motion-comments/motion-comments.component.html @@ -17,7 +17,6 @@
-

Comment

diff --git a/client/src/app/site/motions/modules/motion-detail/components/personal-note/personal-note.component.html b/client/src/app/site/motions/modules/motion-detail/components/personal-note/personal-note.component.html index 435ea8b57..23828da38 100644 --- a/client/src/app/site/motions/modules/motion-detail/components/personal-note/personal-note.component.html +++ b/client/src/app/site/motions/modules/motion-detail/components/personal-note/personal-note.component.html @@ -40,7 +40,6 @@
-

Personal note

diff --git a/client/src/app/site/motions/modules/motion-list/components/motion-list/motion-list.component.html b/client/src/app/site/motions/modules/motion-list/components/motion-list/motion-list.component.html index d0de72002..89dfbe90b 100644 --- a/client/src/app/site/motions/modules/motion-list/components/motion-list/motion-list.component.html +++ b/client/src/app/site/motions/modules/motion-list/components/motion-list/motion-list.component.html @@ -192,7 +192,7 @@ > star block - speaker_notes + speaker_notes {{ tile.prefix }} diff --git a/client/src/app/site/motions/modules/motion-list/components/motion-list/motion-list.component.ts b/client/src/app/site/motions/modules/motion-list/components/motion-list/motion-list.component.ts index 1ab33d3ae..3b7736d55 100644 --- a/client/src/app/site/motions/modules/motion-list/components/motion-list/motion-list.component.ts +++ b/client/src/app/site/motions/modules/motion-list/components/motion-list/motion-list.component.ts @@ -311,7 +311,7 @@ export class MotionListComponent extends BaseListViewComponent imple } this.addToTileInfo('Favorites', 'star', true, favoriteMotions); - this.addToTileInfo('Personal Note', 'hasNote', true, motionsWithNotes); + this.addToTileInfo('Personal notes', 'hasNotes', true, motionsWithNotes); this.addToTileInfo('No category', 'category', null, motionsWithoutCategory); this.createCategoryTiles(Array.from(localCategories)); diff --git a/client/src/app/site/motions/services/motion-multiselect.service.ts b/client/src/app/site/motions/services/motion-multiselect.service.ts index dc003d680..22a511efe 100644 --- a/client/src/app/site/motions/services/motion-multiselect.service.ts +++ b/client/src/app/site/motions/services/motion-multiselect.service.ts @@ -27,7 +27,7 @@ import { ViewMotion } from '../models/view-motion'; providedIn: 'root' }) export class MotionMultiselectService { - private messageForSpinner = 'Motions are in process. Please wait...'; + private messageForSpinner = this.translate.instant('Motions are in process. Please wait...'); /** * Does nothing.