Skip to content

Commit

Permalink
IBX-2766: Made custom url aliases tab more generic (#826)
Browse files Browse the repository at this point in the history
Co-authored-by: Krzysztof Słomka <[email protected]>
  • Loading branch information
kisztof and kisztof authored Jun 30, 2023
1 parent 0865065 commit 8d1b358
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/bundle/Resources/translations/content_url.en.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@
<note>key: tab.urls.modal.message</note>
</trans-unit>
<trans-unit id="56d218db883ed4cc59dbbca53364dc2e725013e4" resname="tab.urls.no_custom_urls">
<source>This Content item has no custom URL aliases.</source>
<target state="new">This Content item has no custom URL aliases.</target>
<source>This item has no custom URL aliases.</source>
<target state="new">This item has no custom URL aliases.</target>
<note>key: tab.urls.no_custom_urls</note>
</trans-unit>
<trans-unit id="c9fdd1434b44a4592626e8fe493c19141aab24d5" resname="tab.urls.no_system_urls">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
{ content: 'tab.urls.type'|trans|desc('Type') },
],
body_rows,
empty_table_info_text: 'tab.urls.no_custom_urls'|trans|desc('This Content item has no custom URL aliases.'),
empty_table_info_text: 'tab.urls.no_custom_urls'|trans|desc('This item has no custom URL aliases.'),
actions: actions,
} %}
{% block between_header_and_table %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
{ content: 'tab.urls.language'|trans|desc('Language') },
],
body_rows,
empty_table_info_text: 'tab.urls.no_system_urls'|trans|desc('This Content item has no system URLs.'),
empty_table_info_text: 'tab.urls.no_system_urls'|trans|desc('This item has no system URLs.'),
} %}

0 comments on commit 8d1b358

Please sign in to comment.