kaori 4 лет назад
Родитель
Сommit
4e73d233b8
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/app/src/components/Admin/AdminHome/AdminHome.jsx

+ 1 - 1
packages/app/src/components/Admin/AdminHome/AdminHome.jsx

@@ -42,7 +42,7 @@ class AdminHome extends React.Component {
     return (
     return (
       <Fragment>
       <Fragment>
         {
         {
-          // Alert message will be displayed in case that V5 migration has not compleated yet
+          // Alert message will be displayed in case that V5 migration has not compleated
           (isV5Compatible != null && !isV5Compatible)
           (isV5Compatible != null && !isV5Compatible)
           && (
           && (
             <div className={`alert ${alertStyle}`}>
             <div className={`alert ${alertStyle}`}>