diff --git a/ui/app/ot/views/notesModal.html b/ui/app/ot/views/notesModal.html
index 21f9ec5d2e..16849d9369 100644
--- a/ui/app/ot/views/notesModal.html
+++ b/ui/app/ot/views/notesModal.html
@@ -7,18 +7,21 @@
{{'NOTE_TITLE' | translate}}
{{'EMPTY_NOTES_ERROR' | translate }}
-
-
{{'FROM' | translate}}
-
-
-
-
{{'TO' | translate}}
-
+
+
{{'FROM_DATE_BEFORE_TO_DATE_ERROR' | translate}}
diff --git a/ui/app/styles/ot/_otWeeklyCalendar.scss b/ui/app/styles/ot/_otWeeklyCalendar.scss
index 52a216d21e..f7d94d85e5 100644
--- a/ui/app/styles/ot/_otWeeklyCalendar.scss
+++ b/ui/app/styles/ot/_otWeeklyCalendar.scss
@@ -109,9 +109,17 @@
display: inline-block;
color: #000;
}
+ .date-selector{
+ display: flex;
+ gap: 20px;
+ > div {
+ width: 45%;
+ display: inline-block
+ }
+ }
button{
height: 64px;
- width: 50%;
+ min-width: 50%;
color: white;
border: none;
border-radius: 0;