Explorar o código

refactored name

白石誠 %!s(int64=5) %!d(string=hai) anos
pai
achega
baced79890
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/client/js/components/Page/TrashPageAlert.jsx

+ 1 - 1
src/client/js/components/Page/TrashPageAlert.jsx

@@ -112,7 +112,7 @@ const TrashPageAlert = (props) => {
           This page is in the trash <i className="icon-trash" aria-hidden="true"></i>.
           {isDeleted && <span><br /><UserPicture user={{ username: lastUpdateUsername }} /> Deleted by {lastUpdateUsername} at {updatedAt}</span>}
         </div>
-        { pageContainer.isAbleToShowEmptyButton && renderEmptyButton()}
+        { pageContainer.isAbleToShowEmptyTrashButton && renderEmptyButton()}
         { pageContainer.isAbleToShowTrashPageManagementButtons && renderTrashPageManagementButtons()}
       </div>
       {renderModals()}