updated text

This commit is contained in:
ston1th 2020-06-25 15:34:09 +02:00
commit 94875d2ded
2 changed files with 2 additions and 2 deletions

View file

@ -566,7 +566,7 @@ created:&lt;="2016-09-21"</code></pre>
<div class="card-body"> <div class="card-body">
<div class="alert alert-dismissible alert-primary"> <div class="alert alert-dismissible alert-primary">
<strong>Note</strong> Editing a tag does not update tags already assigned to a document. <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> </div>
<form class="form-horizontal" action="/tags/edit/{{.Data.Name}}" method="post"> <form class="form-horizontal" action="/tags/edit/{{.Data.Name}}" method="post">
<input type="hidden" name="token" value="{{.Token}}"> <input type="hidden" name="token" value="{{.Token}}">

View file

@ -8,7 +8,7 @@
<div class="card-body"> <div class="card-body">
<div class="alert alert-dismissible alert-primary"> <div class="alert alert-dismissible alert-primary">
<strong>Note</strong> Editing a tag does not update tags already assigned to a document. <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> </div>
<form class="form-horizontal" action="/tags/edit/{{.Data.Name}}" method="post"> <form class="form-horizontal" action="/tags/edit/{{.Data.Name}}" method="post">
<input type="hidden" name="token" value="{{.Token}}"> <input type="hidden" name="token" value="{{.Token}}">