Browse Source

Turned over

itizawa 5 năm trước cách đây
mục cha
commit
34dc6b74c4

+ 2 - 2
src/client/js/components/Navbar/AuthorInfo.jsx

@@ -14,8 +14,8 @@ const AuthorInfo = (props) => {
     ? 'Created by'
     ? 'Created by'
     : 'Updated by';
     : 'Updated by';
   const infoLabelForFooter = mode === 'create'
   const infoLabelForFooter = mode === 'create'
-    ? 'Last revision posted at'
-    : 'Created at';
+    ? 'Created at'
+    : 'Last revision posted at';
   const userLabel = user != null
   const userLabel = user != null
     ? <a href={userPageRoot(user)}>{user.name}</a>
     ? <a href={userPageRoot(user)}>{user.name}</a>
     : <i>Unknown</i>;
     : <i>Unknown</i>;