Skip to content

Commit 104e84d

Browse files
committed
fix translation
1 parent 6931136 commit 104e84d

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -438,12 +438,6 @@ If your app `streamblocks` located not in project root directory, you need to re
438438
STREAMFIELD_STREAMBLOCKS_APP_PATH = 'yourapps.streamblocks'
439439
```
440440

441-
### STREAMFIELD_BASE_ADMIN_URL
442-
If you change default admin site url ('/admin/'), reflect that in settings:
443-
```python
444-
STREAMFIELD_BASE_ADMIN_URL = '/myadmin/'
445-
```
446-
447441
### STREAMFIELD_SHOW_ADMIN_HELP_TEXT
448442
If you want to hide "Help" link in admin, above the "Add new block" link.
449443
Set:

streamfield/templates/streamfield/streamfield_widget.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h3 class="streamblock__block__title"><span v-text="model_title(block)"></span>
5656
</draggable>
5757
<a class="stream-btn"
5858
:id="'add_id_' + block.unique_id"
59-
title="Добавить объект"
59+
title="{% trans "Add one more" %}"
6060
:href="get_add_model_link(block)"
6161
@click.prevent="openPopup"
6262
>+ {% trans "Add one more" %}</a>

0 commit comments

Comments
 (0)