kaori 4 лет назад
Родитель
Сommit
9e0bca1fe6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/app/src/components/PageEditor/InAppNotificationDropdown.tsx

+ 1 - 1
packages/app/src/components/PageEditor/InAppNotificationDropdown.tsx

@@ -85,7 +85,7 @@ export const InAppNotificationDropdown: FC<Props> = (props: Props) => {
   };
   };
 
 
   /**
   /**
-    * TODO: Jump to the page by Click the notification by GW-7472
+    * TODO: Jump to the page by clicking on the notification by GW-7472
     */
     */
 
 
   const handleNotificationOnClick = async(notification: Notification) => {
   const handleNotificationOnClick = async(notification: Notification) => {