mroe cleanup
This commit is contained in:
parent
97ab231231
commit
3d3e598e2c
@ -17,9 +17,10 @@
|
||||
|
||||
<div class="card border-info" >
|
||||
<div class="card-body text-info">
|
||||
<p class="card-text">{% trans 'Add the specified category and keywords to all recipes containing a word' %}</p>
|
||||
<p class="card-text">{% trans 'Add the specified keywords to all recipes containing a word' %}</p>
|
||||
</div>
|
||||
</div>
|
||||
<br/>
|
||||
|
||||
<form method="POST" class="post-form">
|
||||
{% csrf_token %}
|
||||
|
@ -11,7 +11,7 @@
|
||||
<div class="card border-info">
|
||||
<div class="card-body text-info">
|
||||
<p class="card-text">
|
||||
{% trans 'On this Page you can manage all DropBox folder locations that should be monitored and synced' %}
|
||||
{% trans 'On this Page you can manage all storage folder locations that should be monitored and synced' %}
|
||||
<br/>
|
||||
{% trans 'The path must be in the following format' %} <code>/Folder/RecipesFolder</code>
|
||||
</p>
|
||||
|
@ -14,7 +14,7 @@
|
||||
<div class="col-md-6">
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
{% trans 'Number of Objects' %}
|
||||
{% trans 'Number of objects' %}
|
||||
</div>
|
||||
<ul class="list-group list-group-flush">
|
||||
<li class="list-group-item">{% trans 'Recipes' %} : <span
|
||||
@ -29,7 +29,7 @@
|
||||
<div class="col-md-6">
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
{% trans 'Number of Objects' %}
|
||||
{% trans 'Objects stats' %}
|
||||
</div>
|
||||
<ul class="list-group list-group-flush">
|
||||
<li class="list-group-item">{% trans 'Recipes without Keywords' %} : <span
|
||||
|
Loading…
Reference in New Issue
Block a user