diff --git a/app/src/main/res/layout/bottom_sheet_fragment.xml b/app/src/main/res/layout/bottom_sheet_fragment.xml
index 5a56b52..71bdd6b 100644
--- a/app/src/main/res/layout/bottom_sheet_fragment.xml
+++ b/app/src/main/res/layout/bottom_sheet_fragment.xml
@@ -62,7 +62,7 @@
android:paddingBottom="10dp"
android:background="@null"
android:maxLength="3"
- android:hint=" You daily work time in min/day" android:inputType="numberSigned"/>
+ android:hint=" Your daily work time in min/day" android:inputType="numberSigned"/>
+ android:hint="Notification message" android:inputType="text"/>
+
+ android:id="@+id/radioNotificItervel"
+ app:layout_constraintTop_toBottomOf="@+id/textView2" app:layout_constraintBottom_toBottomOf="parent"
+ android:layout_marginBottom="8dp">
+
\ No newline at end of file