kaoritokashiki 6 лет назад
Родитель
Сommit
a8a65a0660
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      src/client/js/components/Admin/Notification/GlobalNotification.jsx

+ 4 - 4
src/client/js/components/Admin/Notification/GlobalNotification.jsx

@@ -52,10 +52,10 @@ class GlobalNotification extends React.Component {
           <div className="col-md-8 col-md-offset-2">
           <div className="col-md-8 col-md-offset-2">
             <div className="checkbox checkbox-success">
             <div className="checkbox checkbox-success">
               <input
               <input
-                id="isShowRestrictedByOwner"
+                id="isNotificationForOwnerPageEnabled"
                 type="checkbox"
                 type="checkbox"
               />
               />
-              <label htmlFor="isShowRestrictedByOwner">
+              <label htmlFor="isNotificationForOwnerPageEnabled">
                 {/* eslint-disable-next-line react/no-danger */}
                 {/* eslint-disable-next-line react/no-danger */}
                 <span dangerouslySetInnerHTML={{ __html: t('notification_setting.just_me_notification_help') }} />
                 <span dangerouslySetInnerHTML={{ __html: t('notification_setting.just_me_notification_help') }} />
 
 
@@ -69,10 +69,10 @@ class GlobalNotification extends React.Component {
           <div className="col-md-8 col-md-offset-2">
           <div className="col-md-8 col-md-offset-2">
             <div className="checkbox checkbox-success">
             <div className="checkbox checkbox-success">
               <input
               <input
-                id="isShowRestrictedByGroup"
+                id="isNotificationForGroupPageEnabled"
                 type="checkbox"
                 type="checkbox"
               />
               />
-              <label htmlFor="isShowRestrictedByGroup">
+              <label htmlFor="isNotificationForGroupPageEnabled">
                 {/* eslint-disable-next-line react/no-danger */}
                 {/* eslint-disable-next-line react/no-danger */}
                 <span dangerouslySetInnerHTML={{ __html: t('notification_setting.group_notification_help') }} />
                 <span dangerouslySetInnerHTML={{ __html: t('notification_setting.group_notification_help') }} />
               </label>
               </label>