Selaa lähdekoodia

已删除实体

jie 11 kuukautta sitten
vanhempi
commit
edbfd006d0
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      atlas/js/templates/graph/RelationshipLayoutView_tmpl.html

+ 1 - 1
atlas/js/templates/graph/RelationshipLayoutView_tmpl.html

@@ -30,7 +30,7 @@
         </div>
         <div class="btn-group pull-right" style="padding: 4px 15px;">
             <span class="entity-status active" title="活跃的实体"><i class="fa fa-long-arrow-right fa-fw" aria-hidden="true"></i>活跃</span>
-            <span class="entity-status deleted" title="被删除的实体"><i class="fa fa-long-arrow-right fa-fw" aria-hidden="true"></i>被删除</span>
+            <span class="entity-status deleted" title="已删除的实体"><i class="fa fa-long-arrow-right fa-fw" aria-hidden="true"></i>已删除</span>
         </div>
     </div>
 </div>