updated text
This commit is contained in:
parent
b1fb0554ad
commit
94875d2ded
2 changed files with 2 additions and 2 deletions
|
|
@ -566,7 +566,7 @@ created:<="2016-09-21"</code></pre>
|
|||
<div class="card-body">
|
||||
<div class="alert alert-dismissible alert-primary">
|
||||
<strong>Note</strong> Editing a tag does not update tags already assigned to a document.
|
||||
You need to reindex all documents to avoid false-positive searches.
|
||||
You need to retag all documents to avoid false-positive searches.
|
||||
</div>
|
||||
<form class="form-horizontal" action="/tags/edit/{{.Data.Name}}" method="post">
|
||||
<input type="hidden" name="token" value="{{.Token}}">
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
<div class="card-body">
|
||||
<div class="alert alert-dismissible alert-primary">
|
||||
<strong>Note</strong> Editing a tag does not update tags already assigned to a document.
|
||||
You need to reindex all documents to avoid false-positive searches.
|
||||
You need to retag all documents to avoid false-positive searches.
|
||||
</div>
|
||||
<form class="form-horizontal" action="/tags/edit/{{.Data.Name}}" method="post">
|
||||
<input type="hidden" name="token" value="{{.Token}}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue