Skip to content

Commit f85f6ab

Browse files
committed
Merge remote-tracking branch 'origin/4.6'
2 parents ea7a8b3 + 7c7222c commit f85f6ab

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/bundle/Resources/translations/ibexa_content_create.en.xliff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
<note>key: on_the_fly.cancel</note>
3333
</trans-unit>
3434
<trans-unit id="d466f97702d045f02d8b55379a9c6ea5270ecfef" resname="on_the_fly.confirm">
35-
<source>Save and close</source>
36-
<target state="new">Save and close</target>
35+
<source>Publish</source>
36+
<target state="new">Publish</target>
3737
<note>key: on_the_fly.confirm</note>
3838
</trans-unit>
3939
</body>

src/bundle/Resources/translations/ibexa_content_edit.en.xliff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
<note>key: on_the_fly.cancel</note>
4848
</trans-unit>
4949
<trans-unit id="d466f97702d045f02d8b55379a9c6ea5270ecfef" resname="on_the_fly.confirm">
50-
<source>Save and close</source>
51-
<target state="new">Save and close</target>
50+
<source>Publish</source>
51+
<target state="new">Publish</target>
5252
<note>key: on_the_fly.confirm</note>
5353
</trans-unit>
5454
</body>

src/bundle/Resources/views/themes/admin/ui/on_the_fly/create_on_the_fly.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{% set menu_items %}
1313
<li class="ibexa-context-menu__item ibexa-adaptive-items__item">
1414
<button class="btn ibexa-btn ibexa-btn--primary ibexa-btn--confirm">
15-
<span class="ibexa-btn__label">{{ 'on_the_fly.confirm'|trans()|desc('Save and close') }}</span>
15+
<span class="ibexa-btn__label">{{ 'on_the_fly.confirm'|trans()|desc('Publish') }}</span>
1616
</button>
1717
</li>
1818
<li class="ibexa-context-menu__item ibexa-adaptive-items__item">

src/bundle/Resources/views/themes/admin/ui/on_the_fly/edit_on_the_fly.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{% set menu_items %}
1313
<li class="ibexa-context-menu__item ibexa-adaptive-items__item">
1414
<button class="btn ibexa-btn ibexa-btn--primary ibexa-btn--confirm">
15-
<span class="ibexa-btn__label">{{ 'on_the_fly.confirm'|trans()|desc('Save and close') }}</span>
15+
<span class="ibexa-btn__label">{{ 'on_the_fly.confirm'|trans()|desc('Publish') }}</span>
1616
</button>
1717
</li>
1818
<li class="ibexa-context-menu__item ibexa-adaptive-items__item">

0 commit comments

Comments
 (0)