kaoritokashiki 6 лет назад
Родитель
Сommit
a8a65a0660

+ 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="checkbox checkbox-success">
               <input
-                id="isShowRestrictedByOwner"
+                id="isNotificationForOwnerPageEnabled"
                 type="checkbox"
               />
-              <label htmlFor="isShowRestrictedByOwner">
+              <label htmlFor="isNotificationForOwnerPageEnabled">
                 {/* eslint-disable-next-line react/no-danger */}
                 <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="checkbox checkbox-success">
               <input
-                id="isShowRestrictedByGroup"
+                id="isNotificationForGroupPageEnabled"
                 type="checkbox"
               />
-              <label htmlFor="isShowRestrictedByGroup">
+              <label htmlFor="isNotificationForGroupPageEnabled">
                 {/* eslint-disable-next-line react/no-danger */}
                 <span dangerouslySetInnerHTML={{ __html: t('notification_setting.group_notification_help') }} />
               </label>