diff --git a/src/addons/calendar/pages/edit-event/edit-event.html b/src/addons/calendar/pages/edit-event/edit-event.html index 3210399fb..859291287 100644 --- a/src/addons/calendar/pages/edit-event/edit-event.html +++ b/src/addons/calendar/pages/edit-event/edit-event.html @@ -164,8 +164,9 @@ + diff --git a/src/core/features/comments/components/comments/core-comments.html b/src/core/features/comments/components/comments/core-comments.html index a3fe16111..250109e6f 100644 --- a/src/core/features/comments/components/comments/core-comments.html +++ b/src/core/features/comments/components/comments/core-comments.html @@ -13,15 +13,15 @@ [detail]="!countError && commentsLoaded" (click)="openComments($event)" [disabled]="countError"> - -

- {{ 'core.comments.commentscount' | translate : {'$a': commentsCount} }} -

-

- {{ 'core.comments.commentsnotworking' | translate }} -

+ +

+ {{ 'core.comments.commentscount' | translate : {'$a': commentsCount} }} +

+

+ {{ 'core.comments.commentsnotworking' | translate }} +

+
-